#859070

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

Shades of Camouflage Green #859070

Tints of Camouflage Green #859070

Color information

#859070 (or 0x859070) is unknown color: approx Camouflage Green. HEX triplet: 85, 90 and 70. RGB value is (133,144,112). Sum of RGB (Red+Green+Blue) = 133+144+112=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #859070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859070 is #7A6F8F. Grayscale: #898989. Windows color (decimal): -8023952 or 7377029. OLE color: 7377029.

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

Color convert

RGB133144112-
CMYK0.0800.220.44
HSL80.62º12.6%50.2%-
HSV(B)80.62º22.22%56.47%-
XYZ22.5726.119.18-
YUV137.06113.86125.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=34.19%
G=37.02%
B=28.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331441120.0800.220.4480.6212.650.2
Hex85907080162C51d32
Octal20522016010026541211562
Binary10000101100100001110000100001011010110010100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859070; }

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

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

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

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

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

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

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

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