#808973

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

Shades of Camouflage Green #808973

Tints of Camouflage Green #808973

Color information

#808973 (or 0x808973) is unknown color: approx Camouflage Green. HEX triplet: 80, 89 and 73. RGB value is (128,137,115). Sum of RGB (Red+Green+Blue) = 128+137+115=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #808973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808973 is #7F768C. Grayscale: #838383. Windows color (decimal): -8353421 or 7571840. OLE color: 7571840.

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

Color convert

RGB128137115-
CMYK0.0700.160.46
HSL84.55º8.73%49.41%-
HSV(B)84.55º16.06%53.73%-
XYZ20.9423.7219.69-
YUV131.8118.52125.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=33.68%
G=36.05%
B=30.26%

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
Decimal1281371150.0700.160.4684.558.7349.41
Hex80897370102E55931
Octal2002111637020561251161
Binary1000000010001001111001111101000010111010101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808973; }

 p { color: rgb(128,137,115); }

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

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

 a { background-color: rgb(128,137,115); }

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

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

 span { border-color: rgb(128,137,115); }

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