Shades of Trendy Green #878C14
Tints of Trendy Green #878C14
RGB
CMYK
RGB Variations
Color information
#878C14 (or 0x878C14) is known color: Trendy Green. HEX triplet: 87, 8C and 14. RGB value is (135,140,20). Sum of RGB (Red+Green+Blue) = 135+140+20=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #878C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878C14 is #7873EB. Grayscale: #7D7D7D. Windows color (decimal): -7893996 or 1346695. OLE color: 1346695.
HSL color Cylindrical-coordinate representation of color #878C14: hue angle of 62.5º 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 #878C14 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 20 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.45 |
| HSL | 62.5º | 0.75% | 0.31% | - |
| HSV(B) | 62.5º | 0.86% | 0.55% | - |
| XYZ | 19.5 | 23.96 | 4.26 | - |
| YUV | 124.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 20 | 0.04 | 0 | 0.86 | 0.45 | 62.5 | 0.75 | 0.31 |
| Hex | 87 | 8C | 14 | 4 | 0 | 56 | 2D | 3F | 4B | 1F |
| Octal | 207 | 214 | 24 | 4 | 0 | 126 | 55 | 77 | 113 | 37 |
| Binary | 10000111 | 10001100 | 10100 | 100 | 0 | 1010110 | 101101 | 111111 | 1001011 | 11111 |
Color Harmonies of #878C14
Complementary color
Monochromatic Colors of #878C14
Black with #878C14
Text Example
Text Example
White with #878C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C14; }
p { color: rgb(135,140,20); }
H1.HeaderClassName
{
color: #878C14;
}
.AnyTagClassName
{
color: #878C14;
}
</style>
background-color css
<style>
a { background-color: #878C14; }
a { background-color: rgb(135,140,20); }
div.DivClassName
{
background-color: #878C14;
}
.BgClassName
{
background-color: #878C14;
}
</style>
border-color css
<style>
span { border-color: #878C14; }
span { border-color: rgb(135,140,20); }
td.TdClassName
{
border-color: #878C14;
}
.TagClassName
{
border-color: #878C14;
}
</style>