#76865F

Color #76865F Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #76865F

Tints of Camouflage Green #76865F

Color information

#76865F (or 0x76865F) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 5F. RGB value is (118,134,95). Sum of RGB (Red+Green+Blue) = 118+134+95=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #76865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865F is #8979A0. Grayscale: #7C7C7C. Windows color (decimal): -9009569 or 6260342. OLE color: 6260342.

HSL color Cylindrical-coordinate representation of color #76865F: hue angle of 84.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76865F is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB11813495-
CMYK0.1200.290.47
HSL84.62º17.03%44.9%-
HSV(B)84.62º29.1%52.55%-
XYZ18.0621.7314.07-
YUV124.77111.2123.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=34.01%
G=38.62%
B=27.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134950.1200.290.4784.6217.0344.9
Hex76865FC01D2F55112d
Octal16620613714035571252155
Binary11101101000011010111111100011101101111101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76865F; }

 p { color: rgb(118,134,95); }

 H1.HeaderClassName
 {
   color: #76865F;
 }
 .AnyTagClassName
 {
   color: #76865F;
 }
</style>
background-color css

<style>
 a { background-color: #76865F; }

 a { background-color: rgb(118,134,95); }

 div.DivClassName
 {
   background-color: #76865F;
 }
 .BgClassName
 {
   background-color: #76865F;
 }
</style>
border-color css

<style>
 span { border-color: #76865F; }

 span { border-color: rgb(118,134,95); }

 td.TdClassName
 {
   border-color: #76865F;
 }
 .TagClassName
 {
   border-color: #76865F;
 }
</style>