Shades of Trendy Green #809121
Tints of Trendy Green #809121
RGB
CMYK
RGB Variations
Color information
#809121 (or 0x809121) is known color: Trendy Green. HEX triplet: 80, 91 and 21. RGB value is (128,145,33). Sum of RGB (Red+Green+Blue) = 128+145+33=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #809121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809121 is #7F6EDE. Grayscale: #7F7F7F. Windows color (decimal): -8351455 or 2199936. OLE color: 2199936.
HSL color Cylindrical-coordinate representation of color #809121: hue angle of 69.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #809121 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 33 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.43 |
| HSL | 69.11º | 0.63% | 0.35% | - |
| HSV(B) | 69.11º | 0.77% | 0.57% | - |
| XYZ | 19.3 | 24.95 | 5.24 | - |
| YUV | 127.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 33 | 0.12 | 0 | 0.77 | 0.43 | 69.11 | 0.63 | 0.35 |
| Hex | 80 | 91 | 21 | C | 0 | 4D | 2B | 45 | 3F | 23 |
| Octal | 200 | 221 | 41 | 14 | 0 | 115 | 53 | 105 | 77 | 43 |
| Binary | 10000000 | 10010001 | 100001 | 1100 | 0 | 1001101 | 101011 | 1000101 | 111111 | 100011 |
Color Harmonies of #809121
Complementary color
Monochromatic Colors of #809121
Black with #809121
Text Example
Text Example
White with #809121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809121; }
p { color: rgb(128,145,33); }
H1.HeaderClassName
{
color: #809121;
}
.AnyTagClassName
{
color: #809121;
}
</style>
background-color css
<style>
a { background-color: #809121; }
a { background-color: rgb(128,145,33); }
div.DivClassName
{
background-color: #809121;
}
.BgClassName
{
background-color: #809121;
}
</style>
border-color css
<style>
span { border-color: #809121; }
span { border-color: rgb(128,145,33); }
td.TdClassName
{
border-color: #809121;
}
.TagClassName
{
border-color: #809121;
}
</style>