#808877

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

Shades of Camouflage Green #808877

Tints of Camouflage Green #808877

Color information

#808877 (or 0x808877) is unknown color: approx Camouflage Green. HEX triplet: 80, 88 and 77. RGB value is (128,136,119). Sum of RGB (Red+Green+Blue) = 128+136+119=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #808877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808877 is #7F7788. Grayscale: #838383. Windows color (decimal): -8353673 or 7833728. OLE color: 7833728.

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

Color convert

RGB128136119-
CMYK0.0600.120.47
HSL88.24º6.67%50%-
HSV(B)88.24º12.5%53.33%-
XYZ21.0423.5320.89-
YUV131.67120.85125.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=33.42%
G=35.51%
B=31.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361190.0600.120.4788.246.6750
Hex80887760C2F58732
Octal200210167601457130762
Binary10000000100010001110111110011001011111011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808877; }

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

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

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

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

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

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

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

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