#859176

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

Shades of Camouflage Green #859176

Tints of Camouflage Green #859176

Color information

#859176 (or 0x859176) is unknown color: approx Camouflage Green. HEX triplet: 85, 91 and 76. RGB value is (133,145,118). Sum of RGB (Red+Green+Blue) = 133+145+118=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #859176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859176 is #7A6E89. Grayscale: #8A8A8A. Windows color (decimal): -8023690 or 7770501. OLE color: 7770501.

HSL color Cylindrical-coordinate representation of color #859176: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859176 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB133145118-
CMYK0.0800.190.43
HSL86.67º10.93%51.57%-
HSV(B)86.67º18.62%56.86%-
XYZ23.0726.5521.05-
YUV138.33116.52124.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=33.59%
G=36.62%
B=29.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451180.0800.190.4386.6710.9351.57
Hex85917680132B57b34
Octal20522116610023531271364
Binary10000101100100011110110100001001110101110101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859176; }

 p { color: rgb(133,145,118); }

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

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

 a { background-color: rgb(133,145,118); }

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

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

 span { border-color: rgb(133,145,118); }

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