#808778

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

Shades of Camouflage Green #808778

Tints of Camouflage Green #808778

Color information

#808778 (or 0x808778) is unknown color: approx Camouflage Green. HEX triplet: 80, 87 and 78. RGB value is (128,135,120). Sum of RGB (Red+Green+Blue) = 128+135+120=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #808778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808778 is #7F7887. Grayscale: #838383. Windows color (decimal): -8353928 or 7899008. OLE color: 7899008.

HSL color Cylindrical-coordinate representation of color #808778: hue angle of 88º 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 #808778 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB128135120-
CMYK0.0500.110.47
HSL88º5.88%50%-
HSV(B)88º11.11%52.94%-
XYZ20.9623.2721.16-
YUV131.2121.68125.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=33.42%
G=35.25%
B=31.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351200.0500.110.47885.8850
Hex80877850B2F58632
Octal200207170501357130662
Binary10000000100001111111000101010111011111011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808778; }

 p { color: rgb(128,135,120); }

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

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

 a { background-color: rgb(128,135,120); }

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

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

 span { border-color: rgb(128,135,120); }

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