#808879

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

Shades of Camouflage Green #808879

Tints of Camouflage Green #808879

Color information

#808879 (or 0x808879) is unknown color: approx Camouflage Green. HEX triplet: 80, 88 and 79. RGB value is (128,136,121). Sum of RGB (Red+Green+Blue) = 128+136+121=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #808879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808879 is #7F7786. Grayscale: #838383. Windows color (decimal): -8353671 or 7964800. OLE color: 7964800.

HSL color Cylindrical-coordinate representation of color #808879: hue angle of 92º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808879 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB128136121-
CMYK0.0600.110.47
HSL92º5.93%50.39%-
HSV(B)92º11.03%53.33%-
XYZ21.1623.5821.53-
YUV131.9121.85125.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=33.25%
G=35.32%
B=31.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361210.0600.110.47925.9350.39
Hex80887960B2F5c632
Octal200210171601357134662
Binary10000000100010001111001110010111011111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808879; }

 p { color: rgb(128,136,121); }

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

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

 a { background-color: rgb(128,136,121); }

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

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

 span { border-color: rgb(128,136,121); }

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