Shades of Trendy Green #868527
Tints of Trendy Green #868527
RGB
CMYK
RGB Variations
Color information
#868527 (or 0x868527) is known color: Trendy Green. HEX triplet: 86, 85 and 27. RGB value is (134,133,39). Sum of RGB (Red+Green+Blue) = 134+133+39=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #868527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868527 is #797AD8. Grayscale: #7A7A7A. Windows color (decimal): -7961305 or 2590086. OLE color: 2590086.
HSL color Cylindrical-coordinate representation of color #868527: hue angle of 59.37º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #868527 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 39 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.47 |
| HSL | 59.37º | 0.55% | 0.34% | - |
| HSV(B) | 59.37º | 0.71% | 0.53% | - |
| XYZ | 18.59 | 21.99 | 5.18 | - |
| YUV | 122.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 39 | 0 | 0.01 | 0.71 | 0.47 | 59.37 | 0.55 | 0.34 |
| Hex | 86 | 85 | 27 | 0 | 1 | 47 | 2F | 3B | 37 | 22 |
| Octal | 206 | 205 | 47 | 0 | 1 | 107 | 57 | 73 | 67 | 42 |
| Binary | 10000110 | 10000101 | 100111 | 0 | 1 | 1000111 | 101111 | 111011 | 110111 | 100010 |
Color Harmonies of #868527
Complementary color
Monochromatic Colors of #868527
Black with #868527
Text Example
Text Example
White with #868527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868527; }
p { color: rgb(134,133,39); }
H1.HeaderClassName
{
color: #868527;
}
.AnyTagClassName
{
color: #868527;
}
</style>
background-color css
<style>
a { background-color: #868527; }
a { background-color: rgb(134,133,39); }
div.DivClassName
{
background-color: #868527;
}
.BgClassName
{
background-color: #868527;
}
</style>
border-color css
<style>
span { border-color: #868527; }
span { border-color: rgb(134,133,39); }
td.TdClassName
{
border-color: #868527;
}
.TagClassName
{
border-color: #868527;
}
</style>