Shades of Trendy Green #809011
Tints of Trendy Green #809011
RGB
CMYK
RGB Variations
Color information
#809011 (or 0x809011) is known color: Trendy Green. HEX triplet: 80, 90 and 11. RGB value is (128,144,17). Sum of RGB (Red+Green+Blue) = 128+144+17=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #809011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809011 is #7F6FEE. Grayscale: #7D7D7D. Windows color (decimal): -8351727 or 1151104. OLE color: 1151104.
HSL color Cylindrical-coordinate representation of color #809011: hue angle of 67.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #809011 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 17 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.44 |
| HSL | 67.56º | 0.79% | 0.32% | - |
| HSV(B) | 67.56º | 0.88% | 0.56% | - |
| XYZ | 18.98 | 24.58 | 4.27 | - |
| YUV | 124.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 17 | 0.11 | 0 | 0.88 | 0.44 | 67.56 | 0.79 | 0.32 |
| Hex | 80 | 90 | 11 | B | 0 | 58 | 2C | 44 | 4F | 20 |
| Octal | 200 | 220 | 21 | 13 | 0 | 130 | 54 | 104 | 117 | 40 |
| Binary | 10000000 | 10010000 | 10001 | 1011 | 0 | 1011000 | 101100 | 1000100 | 1001111 | 100000 |
Color Harmonies of #809011
Complementary color
Monochromatic Colors of #809011
Black with #809011
Text Example
Text Example
White with #809011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809011; }
p { color: rgb(128,144,17); }
H1.HeaderClassName
{
color: #809011;
}
.AnyTagClassName
{
color: #809011;
}
</style>
background-color css
<style>
a { background-color: #809011; }
a { background-color: rgb(128,144,17); }
div.DivClassName
{
background-color: #809011;
}
.BgClassName
{
background-color: #809011;
}
</style>
border-color css
<style>
span { border-color: #809011; }
span { border-color: rgb(128,144,17); }
td.TdClassName
{
border-color: #809011;
}
.TagClassName
{
border-color: #809011;
}
</style>