Shades of Trendy Green #808518
Tints of Trendy Green #808518
RGB
CMYK
RGB Variations
Color information
#808518 (or 0x808518) is known color: Trendy Green. HEX triplet: 80, 85 and 18. RGB value is (128,133,24). Sum of RGB (Red+Green+Blue) = 128+133+24=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #808518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808518 is #7F7AE7. Grayscale: #777777. Windows color (decimal): -8354536 or 1607040. OLE color: 1607040.
HSL color Cylindrical-coordinate representation of color #808518: hue angle of 62.75º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #808518 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 24 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.48 |
| HSL | 62.75º | 0.69% | 0.31% | - |
| HSV(B) | 62.75º | 0.82% | 0.52% | - |
| XYZ | 17.45 | 21.43 | 4.08 | - |
| YUV | 119.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 24 | 0.04 | 0 | 0.82 | 0.48 | 62.75 | 0.69 | 0.31 |
| Hex | 80 | 85 | 18 | 4 | 0 | 52 | 30 | 3F | 45 | 1F |
| Octal | 200 | 205 | 30 | 4 | 0 | 122 | 60 | 77 | 105 | 37 |
| Binary | 10000000 | 10000101 | 11000 | 100 | 0 | 1010010 | 110000 | 111111 | 1000101 | 11111 |
Color Harmonies of #808518
Complementary color
Monochromatic Colors of #808518
Black with #808518
Text Example
Text Example
White with #808518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808518; }
p { color: rgb(128,133,24); }
H1.HeaderClassName
{
color: #808518;
}
.AnyTagClassName
{
color: #808518;
}
</style>
background-color css
<style>
a { background-color: #808518; }
a { background-color: rgb(128,133,24); }
div.DivClassName
{
background-color: #808518;
}
.BgClassName
{
background-color: #808518;
}
</style>
border-color css
<style>
span { border-color: #808518; }
span { border-color: rgb(128,133,24); }
td.TdClassName
{
border-color: #808518;
}
.TagClassName
{
border-color: #808518;
}
</style>