#808C76

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

Shades of Camouflage Green #808C76

Tints of Camouflage Green #808C76

Color information

#808C76 (or 0x808C76) is unknown color: approx Camouflage Green. HEX triplet: 80, 8C and 76. RGB value is (128,140,118). Sum of RGB (Red+Green+Blue) = 128+140+118=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #808C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C76 is #7F7389. Grayscale: #858585. Windows color (decimal): -8352650 or 7769216. OLE color: 7769216.

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

Color convert

RGB128140118-
CMYK0.0900.160.45
HSL92.73º8.73%50.59%-
HSV(B)92.73º15.71%54.9%-
XYZ21.5524.6520.76-
YUV133.9119.02123.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=33.16%
G=36.27%
B=30.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281401180.0900.160.4592.738.7350.59
Hex808C7690102D5d933
Octal20021416611020551351163
Binary10000000100011001110110100101000010110110111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,118); }

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

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

 a { background-color: rgb(128,140,118); }

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

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

 span { border-color: rgb(128,140,118); }

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