#859376

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

Shades of Camouflage Green #859376

Tints of Camouflage Green #859376

Color information

#859376 (or 0x859376) is unknown color: approx Camouflage Green. HEX triplet: 85, 93 and 76. RGB value is (133,147,118). Sum of RGB (Red+Green+Blue) = 133+147+118=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #859376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859376 is #7A6C89. Grayscale: #8B8B8B. Windows color (decimal): -8023178 or 7771013. OLE color: 7771013.

HSL color Cylindrical-coordinate representation of color #859376: hue angle of 88.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #859376 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB133147118-
CMYK0.1000.200.42
HSL88.97º11.84%51.96%-
HSV(B)88.97º19.73%57.65%-
XYZ23.3827.1621.15-
YUV139.51115.86123.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=33.42%
G=36.93%
B=29.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471180.1000.200.4288.9711.8451.96
Hex859376A0142A59c34
Octal20522316612024521311464
Binary10000101100100111110110101001010010101010110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859376; }

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

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

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

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

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

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

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

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