#859171

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

Shades of Camouflage Green #859171

Tints of Camouflage Green #859171

Color information

#859171 (or 0x859171) is unknown color: approx Camouflage Green. HEX triplet: 85, 91 and 71. RGB value is (133,145,113). Sum of RGB (Red+Green+Blue) = 133+145+113=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #859171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859171 is #7A6E8E. Grayscale: #898989. Windows color (decimal): -8023695 or 7442821. OLE color: 7442821.

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

Color convert

RGB133145113-
CMYK0.0800.220.43
HSL82.5º12.7%50.59%-
HSV(B)82.5º22.07%56.86%-
XYZ22.7826.4319.52-
YUV137.76114.02124.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=34.02%
G=37.08%
B=28.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451130.0800.220.4382.512.750.59
Hex85917180162B52d33
Octal20522116110026531221563
Binary10000101100100011110001100001011010101110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859171; }

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

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

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

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

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

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

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

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