Shades of Trendy Green #868121
Tints of Trendy Green #868121
RGB
CMYK
RGB Variations
Color information
#868121 (or 0x868121) is known color: Trendy Green. HEX triplet: 86, 81 and 21. RGB value is (134,129,33). Sum of RGB (Red+Green+Blue) = 134+129+33=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #868121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868121 is #797EDE. Grayscale: #777777. Windows color (decimal): -7962335 or 2195846. OLE color: 2195846.
HSL color Cylindrical-coordinate representation of color #868121: hue angle of 57.03º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #868121 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 33 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.47 |
| HSL | 57.03º | 0.6% | 0.33% | - |
| HSV(B) | 57.03º | 0.75% | 0.53% | - |
| XYZ | 17.96 | 20.88 | 4.52 | - |
| YUV | 119.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 33 | 0 | 0.04 | 0.75 | 0.47 | 57.03 | 0.6 | 0.33 |
| Hex | 86 | 81 | 21 | 0 | 4 | 4B | 2F | 39 | 3C | 21 |
| Octal | 206 | 201 | 41 | 0 | 4 | 113 | 57 | 71 | 74 | 41 |
| Binary | 10000110 | 10000001 | 100001 | 0 | 100 | 1001011 | 101111 | 111001 | 111100 | 100001 |
Color Harmonies of #868121
Complementary color
Monochromatic Colors of #868121
Black with #868121
Text Example
Text Example
White with #868121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868121; }
p { color: rgb(134,129,33); }
H1.HeaderClassName
{
color: #868121;
}
.AnyTagClassName
{
color: #868121;
}
</style>
background-color css
<style>
a { background-color: #868121; }
a { background-color: rgb(134,129,33); }
div.DivClassName
{
background-color: #868121;
}
.BgClassName
{
background-color: #868121;
}
</style>
border-color css
<style>
span { border-color: #868121; }
span { border-color: rgb(134,129,33); }
td.TdClassName
{
border-color: #868121;
}
.TagClassName
{
border-color: #868121;
}
</style>