#80906E

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

Shades of Camouflage Green #80906E

Tints of Camouflage Green #80906E

Color information

#80906E (or 0x80906E) is unknown color: approx Camouflage Green. HEX triplet: 80, 90 and 6E. RGB value is (128,144,110). Sum of RGB (Red+Green+Blue) = 128+144+110=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #80906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80906E is #7F6F91. Grayscale: #878787. Windows color (decimal): -8351634 or 7245952. OLE color: 7245952.

HSL color Cylindrical-coordinate representation of color #80906E: hue angle of 88.24º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80906E is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB128144110-
CMYK0.1100.240.44
HSL88.24º13.39%49.8%-
HSV(B)88.24º23.61%56.47%-
XYZ21.6925.6618.56-
YUV135.34113.7122.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=33.51%
G=37.70%
B=28.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441100.1100.240.4488.2413.3949.8
Hex80906EB0182C58d32
Octal20022015613030541301562
Binary10000000100100001101110101101100010110010110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80906E; }

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

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

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

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

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

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

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

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