#808E70

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

Shades of Camouflage Green #808E70

Tints of Camouflage Green #808E70

Color information

#808E70 (or 0x808E70) is unknown color: approx Camouflage Green. HEX triplet: 80, 8E and 70. RGB value is (128,142,112). Sum of RGB (Red+Green+Blue) = 128+142+112=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #808E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E70 is #7F718F. Grayscale: #868686. Windows color (decimal): -8352144 or 7376512. OLE color: 7376512.

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

Color convert

RGB128142112-
CMYK0.1000.210.44
HSL88º11.81%49.8%-
HSV(B)88º21.13%55.69%-
XYZ21.525.1119.04-
YUV134.39115.36123.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=33.51%
G=37.17%
B=29.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281421120.1000.210.448811.8149.8
Hex808E70A0152C58c32
Octal20021616012025541301462
Binary10000000100011101110000101001010110110010110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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