#808E6E

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

Shades of Camouflage Green #808E6E

Tints of Camouflage Green #808E6E

Color information

#808E6E (or 0x808E6E) is unknown color: approx Camouflage Green. HEX triplet: 80, 8E and 6E. RGB value is (128,142,110). Sum of RGB (Red+Green+Blue) = 128+142+110=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #808E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E6E is #7F7191. Grayscale: #868686. Windows color (decimal): -8352146 or 7245440. OLE color: 7245440.

HSL color Cylindrical-coordinate representation of color #808E6E: hue angle of 86.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808E6E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB128142110-
CMYK0.1000.230.44
HSL86.25º12.7%49.41%-
HSV(B)86.25º22.54%55.69%-
XYZ21.3925.0618.46-
YUV134.17114.36123.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=33.68%
G=37.37%
B=28.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281421100.1000.230.4486.2512.749.41
Hex808E6EA0172C56d31
Octal20021615612027541261561
Binary10000000100011101101110101001011110110010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,142,110); }

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

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

 a { background-color: rgb(128,142,110); }

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

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

 span { border-color: rgb(128,142,110); }

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