#809170

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

Shades of Camouflage Green #809170

Tints of Camouflage Green #809170

Color information

#809170 (or 0x809170) is unknown color: approx Camouflage Green. HEX triplet: 80, 91 and 70. RGB value is (128,145,112). Sum of RGB (Red+Green+Blue) = 128+145+112=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #809170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809170 is #7F6E8F. Grayscale: #888888. Windows color (decimal): -8351376 or 7377280. OLE color: 7377280.

HSL color Cylindrical-coordinate representation of color #809170: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809170 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB128145112-
CMYK0.1200.230.43
HSL90.91º13.04%50.39%-
HSV(B)90.91º22.76%56.86%-
XYZ21.9526.0119.19-
YUV136.16114.37122.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=33.25%
G=37.66%
B=29.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281451120.1200.230.4390.9113.0450.39
Hex809170C0172B5bd32
Octal20022116014027531331562
Binary10000000100100011110000110001011110101110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809170; }

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

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

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

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

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

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

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

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