Shades of Trendy Green #878B14
Tints of Trendy Green #878B14
RGB
CMYK
RGB Variations
Color information
#878B14 (or 0x878B14) is known color: Trendy Green. HEX triplet: 87, 8B and 14. RGB value is (135,139,20). Sum of RGB (Red+Green+Blue) = 135+139+20=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #878B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878B14 is #7874EB. Grayscale: #7C7C7C. Windows color (decimal): -7894252 or 1346439. OLE color: 1346439.
HSL color Cylindrical-coordinate representation of color #878B14: hue angle of 62.02º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #878B14 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 20 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.45 |
| HSL | 62.02º | 0.75% | 0.31% | - |
| HSV(B) | 62.02º | 0.86% | 0.55% | - |
| XYZ | 19.35 | 23.67 | 4.21 | - |
| YUV | 124.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 20 | 0.03 | 0 | 0.86 | 0.45 | 62.02 | 0.75 | 0.31 |
| Hex | 87 | 8B | 14 | 3 | 0 | 56 | 2D | 3E | 4B | 1F |
| Octal | 207 | 213 | 24 | 3 | 0 | 126 | 55 | 76 | 113 | 37 |
| Binary | 10000111 | 10001011 | 10100 | 11 | 0 | 1010110 | 101101 | 111110 | 1001011 | 11111 |
Color Harmonies of #878B14
Complementary color
Monochromatic Colors of #878B14
Black with #878B14
Text Example
Text Example
White with #878B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B14; }
p { color: rgb(135,139,20); }
H1.HeaderClassName
{
color: #878B14;
}
.AnyTagClassName
{
color: #878B14;
}
</style>
background-color css
<style>
a { background-color: #878B14; }
a { background-color: rgb(135,139,20); }
div.DivClassName
{
background-color: #878B14;
}
.BgClassName
{
background-color: #878B14;
}
</style>
border-color css
<style>
span { border-color: #878B14; }
span { border-color: rgb(135,139,20); }
td.TdClassName
{
border-color: #878B14;
}
.TagClassName
{
border-color: #878B14;
}
</style>