Shades of Trendy Green #808B23
Tints of Trendy Green #808B23
RGB
CMYK
RGB Variations
Color information
#808B23 (or 0x808B23) is known color: Trendy Green. HEX triplet: 80, 8B and 23. RGB value is (128,139,35). Sum of RGB (Red+Green+Blue) = 128+139+35=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #808B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B23 is #7F74DC. Grayscale: #7C7C7C. Windows color (decimal): -8352989 or 2329472. OLE color: 2329472.
HSL color Cylindrical-coordinate representation of color #808B23: hue angle of 66.35º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #808B23 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 35 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.45 |
| HSL | 66.35º | 0.6% | 0.34% | - |
| HSV(B) | 66.35º | 0.75% | 0.55% | - |
| XYZ | 18.44 | 23.18 | 5.09 | - |
| YUV | 123.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 35 | 0.08 | 0 | 0.75 | 0.45 | 66.35 | 0.6 | 0.34 |
| Hex | 80 | 8B | 23 | 8 | 0 | 4B | 2D | 42 | 3C | 22 |
| Octal | 200 | 213 | 43 | 10 | 0 | 113 | 55 | 102 | 74 | 42 |
| Binary | 10000000 | 10001011 | 100011 | 1000 | 0 | 1001011 | 101101 | 1000010 | 111100 | 100010 |
Color Harmonies of #808B23
Complementary color
Monochromatic Colors of #808B23
Black with #808B23
Text Example
Text Example
White with #808B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B23; }
p { color: rgb(128,139,35); }
H1.HeaderClassName
{
color: #808B23;
}
.AnyTagClassName
{
color: #808B23;
}
</style>
background-color css
<style>
a { background-color: #808B23; }
a { background-color: rgb(128,139,35); }
div.DivClassName
{
background-color: #808B23;
}
.BgClassName
{
background-color: #808B23;
}
</style>
border-color css
<style>
span { border-color: #808B23; }
span { border-color: rgb(128,139,35); }
td.TdClassName
{
border-color: #808B23;
}
.TagClassName
{
border-color: #808B23;
}
</style>