Shades of Trendy Green #868515
Tints of Trendy Green #868515
RGB
CMYK
RGB Variations
Color information
#868515 (or 0x868515) is known color: Trendy Green. HEX triplet: 86, 85 and 15. RGB value is (134,133,21). Sum of RGB (Red+Green+Blue) = 134+133+21=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #868515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868515 is #797AEA. Grayscale: #787878. Windows color (decimal): -7961323 or 1410438. OLE color: 1410438.
HSL color Cylindrical-coordinate representation of color #868515: hue angle of 59.47º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #868515 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 21 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.47 |
| HSL | 59.47º | 0.73% | 0.3% | - |
| HSV(B) | 59.47º | 0.84% | 0.53% | - |
| XYZ | 18.35 | 21.9 | 3.97 | - |
| YUV | 120.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 21 | 0 | 0.01 | 0.84 | 0.47 | 59.47 | 0.73 | 0.3 |
| Hex | 86 | 85 | 15 | 0 | 1 | 54 | 2F | 3B | 49 | 1E |
| Octal | 206 | 205 | 25 | 0 | 1 | 124 | 57 | 73 | 111 | 36 |
| Binary | 10000110 | 10000101 | 10101 | 0 | 1 | 1010100 | 101111 | 111011 | 1001001 | 11110 |
Color Harmonies of #868515
Complementary color
Monochromatic Colors of #868515
Black with #868515
Text Example
Text Example
White with #868515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868515; }
p { color: rgb(134,133,21); }
H1.HeaderClassName
{
color: #868515;
}
.AnyTagClassName
{
color: #868515;
}
</style>
background-color css
<style>
a { background-color: #868515; }
a { background-color: rgb(134,133,21); }
div.DivClassName
{
background-color: #868515;
}
.BgClassName
{
background-color: #868515;
}
</style>
border-color css
<style>
span { border-color: #868515; }
span { border-color: rgb(134,133,21); }
td.TdClassName
{
border-color: #868515;
}
.TagClassName
{
border-color: #868515;
}
</style>