#80906F

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

Shades of Camouflage Green #80906F

Tints of Camouflage Green #80906F

Color information

#80906F (or 0x80906F) is unknown color: approx Camouflage Green. HEX triplet: 80, 90 and 6F. RGB value is (128,144,111). Sum of RGB (Red+Green+Blue) = 128+144+111=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #80906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80906F is #7F6F90. Grayscale: #878787. Windows color (decimal): -8351633 or 7311488. OLE color: 7311488.

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

Color convert

RGB128144111-
CMYK0.1100.230.44
HSL89.09º12.94%50%-
HSV(B)89.09º22.92%56.47%-
XYZ21.7425.6818.85-
YUV135.45114.2122.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=33.42%
G=37.60%
B=28.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441110.1100.230.4489.0912.9450
Hex80906FB0172C59d32
Octal20022015713027541311562
Binary10000000100100001101111101101011110110010110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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