#808A74

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

Shades of Camouflage Green #808A74

Tints of Camouflage Green #808A74

Color information

#808A74 (or 0x808A74) is unknown color: approx Camouflage Green. HEX triplet: 80, 8A and 74. RGB value is (128,138,116). Sum of RGB (Red+Green+Blue) = 128+138+116=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #808A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A74 is #7F758B. Grayscale: #848484. Windows color (decimal): -8353164 or 7637632. OLE color: 7637632.

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

Color convert

RGB128138116-
CMYK0.0700.160.46
HSL87.27º8.66%49.8%-
HSV(B)87.27º15.94%54.12%-
XYZ21.1424.0320.05-
YUV132.5118.69124.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=33.51%
G=36.13%
B=30.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281381160.0700.160.4687.278.6649.8
Hex808A7470102E57932
Octal2002121647020561271162
Binary1000000010001010111010011101000010111010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A74; }

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

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

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

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

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

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

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

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