#80906D

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

Shades of Camouflage Green #80906D

Tints of Camouflage Green #80906D

Color information

#80906D (or 0x80906D) is unknown color: approx Camouflage Green. HEX triplet: 80, 90 and 6D. RGB value is (128,144,109). Sum of RGB (Red+Green+Blue) = 128+144+109=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #80906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80906D is #7F6F92. Grayscale: #878787. Windows color (decimal): -8351635 or 7180416. OLE color: 7180416.

HSL color Cylindrical-coordinate representation of color #80906D: hue angle of 87.43º degrees, saturation: 0.14, 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 #80906D is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB128144109-
CMYK0.1100.240.44
HSL87.43º13.83%49.61%-
HSV(B)87.43º24.31%56.47%-
XYZ21.6425.6418.28-
YUV135.23113.2122.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=33.60%
G=37.80%
B=28.61%

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
Decimal1281441090.1100.240.4487.4313.8349.61
Hex80906DB0182C57e32
Octal20022015513030541271662
Binary10000000100100001101101101101100010110010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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