Shades of Trendy Green #868229
Tints of Trendy Green #868229
RGB
CMYK
RGB Variations
Color information
#868229 (or 0x868229) is known color: Trendy Green. HEX triplet: 86, 82 and 29. RGB value is (134,130,41). Sum of RGB (Red+Green+Blue) = 134+130+41=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #868229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868229 is #797DD6. Grayscale: #797979. Windows color (decimal): -7962071 or 2720390. OLE color: 2720390.
HSL color Cylindrical-coordinate representation of color #868229: hue angle of 57.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #868229 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 41 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.47 |
| HSL | 57.42º | 0.53% | 0.34% | - |
| HSV(B) | 57.42º | 0.69% | 0.53% | - |
| XYZ | 18.21 | 21.19 | 5.23 | - |
| YUV | 121.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 41 | 0 | 0.03 | 0.69 | 0.47 | 57.42 | 0.53 | 0.34 |
| Hex | 86 | 82 | 29 | 0 | 3 | 45 | 2F | 39 | 35 | 22 |
| Octal | 206 | 202 | 51 | 0 | 3 | 105 | 57 | 71 | 65 | 42 |
| Binary | 10000110 | 10000010 | 101001 | 0 | 11 | 1000101 | 101111 | 111001 | 110101 | 100010 |
Color Harmonies of #868229
Complementary color
Monochromatic Colors of #868229
Black with #868229
Text Example
Text Example
White with #868229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868229; }
p { color: rgb(134,130,41); }
H1.HeaderClassName
{
color: #868229;
}
.AnyTagClassName
{
color: #868229;
}
</style>
background-color css
<style>
a { background-color: #868229; }
a { background-color: rgb(134,130,41); }
div.DivClassName
{
background-color: #868229;
}
.BgClassName
{
background-color: #868229;
}
</style>
border-color css
<style>
span { border-color: #868229; }
span { border-color: rgb(134,130,41); }
td.TdClassName
{
border-color: #868229;
}
.TagClassName
{
border-color: #868229;
}
</style>