#809071

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

Shades of Camouflage Green #809071

Tints of Camouflage Green #809071

Color information

#809071 (or 0x809071) is unknown color: approx Camouflage Green. HEX triplet: 80, 90 and 71. RGB value is (128,144,113). Sum of RGB (Red+Green+Blue) = 128+144+113=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #809071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809071 is #7F6F8E. Grayscale: #878787. Windows color (decimal): -8351631 or 7442560. OLE color: 7442560.

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

Color convert

RGB128144113-
CMYK0.1100.220.44
HSL90.97º12.25%50.39%-
HSV(B)90.97º21.53%56.47%-
XYZ21.8625.7319.44-
YUV135.68115.2122.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=33.25%
G=37.40%
B=29.35%

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
Decimal1281441130.1100.220.4490.9712.2550.39
Hex809071B0162C5bc32
Octal20022016113026541331462
Binary10000000100100001110001101101011010110010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809071; }

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

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

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

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

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

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

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

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