#808B73

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

Shades of Camouflage Green #808B73

Tints of Camouflage Green #808B73

Color information

#808B73 (or 0x808B73) is unknown color: approx Camouflage Green. HEX triplet: 80, 8B and 73. RGB value is (128,139,115). Sum of RGB (Red+Green+Blue) = 128+139+115=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #808B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B73 is #7F748C. Grayscale: #858585. Windows color (decimal): -8352909 or 7572352. OLE color: 7572352.

HSL color Cylindrical-coordinate representation of color #808B73: hue angle of 87.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #808B73 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB128139115-
CMYK0.0800.170.45
HSL87.5º9.45%49.8%-
HSV(B)87.5º17.27%54.51%-
XYZ21.2324.2919.79-
YUV132.98117.86124.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=33.51%
G=36.39%
B=30.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281391150.0800.170.4587.59.4549.8
Hex808B7380112D57932
Octal20021316310021551271162
Binary10000000100010111110011100001000110110110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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