#808974

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

Shades of Camouflage Green #808974

Tints of Camouflage Green #808974

Color information

#808974 (or 0x808974) is unknown color: approx Camouflage Green. HEX triplet: 80, 89 and 74. RGB value is (128,137,116). Sum of RGB (Red+Green+Blue) = 128+137+116=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #808974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808974 is #7F768B. Grayscale: #838383. Windows color (decimal): -8353420 or 7637376. OLE color: 7637376.

HSL color Cylindrical-coordinate representation of color #808974: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808974 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB128137116-
CMYK0.0700.150.46
HSL85.71º8.3%49.61%-
HSV(B)85.71º15.33%53.73%-
XYZ2123.7420-
YUV131.92119.02125.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=33.60%
G=35.96%
B=30.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281371160.0700.150.4685.718.349.61
Hex80897470F2E56832
Octal2002111647017561261062
Binary100000001000100111101001110111110111010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808974; }

 p { color: rgb(128,137,116); }

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

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

 a { background-color: rgb(128,137,116); }

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

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

 span { border-color: rgb(128,137,116); }

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