#859076

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

Shades of Camouflage Green #859076

Tints of Camouflage Green #859076

Color information

#859076 (or 0x859076) is unknown color: approx Camouflage Green. HEX triplet: 85, 90 and 76. RGB value is (133,144,118). Sum of RGB (Red+Green+Blue) = 133+144+118=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #859076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859076 is #7A6F89. Grayscale: #898989. Windows color (decimal): -8023946 or 7770245. OLE color: 7770245.

HSL color Cylindrical-coordinate representation of color #859076: hue angle of 85.38º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #859076 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB133144118-
CMYK0.0800.180.44
HSL85.38º10.48%51.37%-
HSV(B)85.38º18.06%56.47%-
XYZ22.9226.2421-
YUV137.75116.86124.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=33.67%
G=36.46%
B=29.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331441180.0800.180.4485.3810.4851.37
Hex85907680122C55a33
Octal20522016610022541251263
Binary10000101100100001110110100001001010110010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859076; }

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

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

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

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

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

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

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

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