Shades of Trendy Green #80911D
Tints of Trendy Green #80911D
RGB
CMYK
RGB Variations
Color information
#80911D (or 0x80911D) is known color: Trendy Green. HEX triplet: 80, 91 and 1D. RGB value is (128,145,29). Sum of RGB (Red+Green+Blue) = 128+145+29=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #80911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80911D is #7F6EE2. Grayscale: #7F7F7F. Windows color (decimal): -8351459 or 1937792. OLE color: 1937792.
HSL color Cylindrical-coordinate representation of color #80911D: hue angle of 68.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80911D is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 29 | - |
| CMYK | 0.12 | 0 | 0.8 | 0.43 |
| HSL | 68.79º | 0.67% | 0.34% | - |
| HSV(B) | 68.79º | 0.8% | 0.57% | - |
| XYZ | 19.25 | 24.93 | 4.96 | - |
| YUV | 126.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 29 | 0.12 | 0 | 0.8 | 0.43 | 68.79 | 0.67 | 0.34 |
| Hex | 80 | 91 | 1D | C | 0 | 50 | 2B | 45 | 43 | 22 |
| Octal | 200 | 221 | 35 | 14 | 0 | 120 | 53 | 105 | 103 | 42 |
| Binary | 10000000 | 10010001 | 11101 | 1100 | 0 | 1010000 | 101011 | 1000101 | 1000011 | 100010 |
Color Harmonies of #80911D
Complementary color
Monochromatic Colors of #80911D
Black with #80911D
Text Example
Text Example
White with #80911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80911D; }
p { color: rgb(128,145,29); }
H1.HeaderClassName
{
color: #80911D;
}
.AnyTagClassName
{
color: #80911D;
}
</style>
background-color css
<style>
a { background-color: #80911D; }
a { background-color: rgb(128,145,29); }
div.DivClassName
{
background-color: #80911D;
}
.BgClassName
{
background-color: #80911D;
}
</style>
border-color css
<style>
span { border-color: #80911D; }
span { border-color: rgb(128,145,29); }
td.TdClassName
{
border-color: #80911D;
}
.TagClassName
{
border-color: #80911D;
}
</style>