Shades of Trendy Green #808B24
Tints of Trendy Green #808B24
RGB
CMYK
RGB Variations
Color information
#808B24 (or 0x808B24) is known color: Trendy Green. HEX triplet: 80, 8B and 24. RGB value is (128,139,36). Sum of RGB (Red+Green+Blue) = 128+139+36=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #808B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B24 is #7F74DB. Grayscale: #7C7C7C. Windows color (decimal): -8352988 or 2395008. OLE color: 2395008.
HSL color Cylindrical-coordinate representation of color #808B24: hue angle of 66.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #808B24 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 36 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.45 |
| HSL | 66.41º | 0.59% | 0.34% | - |
| HSV(B) | 66.41º | 0.74% | 0.55% | - |
| XYZ | 18.45 | 23.18 | 5.17 | - |
| YUV | 123.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 36 | 0.08 | 0 | 0.74 | 0.45 | 66.41 | 0.59 | 0.34 |
| Hex | 80 | 8B | 24 | 8 | 0 | 4A | 2D | 42 | 3B | 22 |
| Octal | 200 | 213 | 44 | 10 | 0 | 112 | 55 | 102 | 73 | 42 |
| Binary | 10000000 | 10001011 | 100100 | 1000 | 0 | 1001010 | 101101 | 1000010 | 111011 | 100010 |
Color Harmonies of #808B24
Complementary color
Monochromatic Colors of #808B24
Black with #808B24
Text Example
Text Example
White with #808B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B24; }
p { color: rgb(128,139,36); }
H1.HeaderClassName
{
color: #808B24;
}
.AnyTagClassName
{
color: #808B24;
}
</style>
background-color css
<style>
a { background-color: #808B24; }
a { background-color: rgb(128,139,36); }
div.DivClassName
{
background-color: #808B24;
}
.BgClassName
{
background-color: #808B24;
}
</style>
border-color css
<style>
span { border-color: #808B24; }
span { border-color: rgb(128,139,36); }
td.TdClassName
{
border-color: #808B24;
}
.TagClassName
{
border-color: #808B24;
}
</style>