#859078

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

Shades of Camouflage Green #859078

Tints of Camouflage Green #859078

Color information

#859078 (or 0x859078) is unknown color: approx Camouflage Green. HEX triplet: 85, 90 and 78. RGB value is (133,144,120). Sum of RGB (Red+Green+Blue) = 133+144+120=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #859078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859078 is #7A6F87. Grayscale: #8A8A8A. Windows color (decimal): -8023944 or 7901317. OLE color: 7901317.

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

Color convert

RGB133144120-
CMYK0.0800.170.44
HSL87.5º9.76%51.76%-
HSV(B)87.5º16.67%56.47%-
XYZ23.0426.2921.63-
YUV137.98117.86124.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=33.50%
G=36.27%
B=30.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331441200.0800.170.4487.59.7651.76
Hex85907880112C57a34
Octal20522017010021541271264
Binary10000101100100001111000100001000110110010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859078; }

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

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

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

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

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

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

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

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