#809070

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

Shades of Camouflage Green #809070

Tints of Camouflage Green #809070

Color information

#809070 (or 0x809070) is unknown color: approx Camouflage Green. HEX triplet: 80, 90 and 70. RGB value is (128,144,112). Sum of RGB (Red+Green+Blue) = 128+144+112=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #809070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809070 is #7F6F8F. Grayscale: #878787. Windows color (decimal): -8351632 or 7377024. OLE color: 7377024.

HSL color Cylindrical-coordinate representation of color #809070: hue angle of 90º 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 #809070 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB128144112-
CMYK0.1100.220.44
HSL90º12.6%50.2%-
HSV(B)90º22.22%56.47%-
XYZ21.825.7119.14-
YUV135.57114.7122.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=33.33%
G=37.5%
B=29.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441120.1100.220.449012.650.2
Hex809070B0162C5ad32
Octal20022016013026541321562
Binary10000000100100001110000101101011010110010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809070; }

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

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

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

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

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

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

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

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