#808779

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

Shades of Camouflage Green #808779

Tints of Camouflage Green #808779

Color information

#808779 (or 0x808779) is unknown color: approx Camouflage Green. HEX triplet: 80, 87 and 79. RGB value is (128,135,121). Sum of RGB (Red+Green+Blue) = 128+135+121=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #808779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808779 is #7F7886. Grayscale: #838383. Windows color (decimal): -8353927 or 7964544. OLE color: 7964544.

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

Color convert

RGB128135121-
CMYK0.0500.100.47
HSL90º5.51%50.2%-
HSV(B)90º10.37%52.94%-
XYZ21.0223.321.48-
YUV131.31122.18125.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=33.33%
G=35.16%
B=31.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351210.0500.100.47905.5150.2
Hex80877950A2F5a632
Octal200207171501257132662
Binary10000000100001111111001101010101011111011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808779; }

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

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

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

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

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

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

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

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