Shades of Trendy Green #868321
Tints of Trendy Green #868321
RGB
CMYK
RGB Variations
Color information
#868321 (or 0x868321) is known color: Trendy Green. HEX triplet: 86, 83 and 21. RGB value is (134,131,33). Sum of RGB (Red+Green+Blue) = 134+131+33=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #868321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868321 is #797CDE. Grayscale: #797979. Windows color (decimal): -7961823 or 2196358. OLE color: 2196358.
HSL color Cylindrical-coordinate representation of color #868321: hue angle of 58.22º 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 #868321 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 33 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.47 |
| HSL | 58.22º | 0.6% | 0.33% | - |
| HSV(B) | 58.22º | 0.75% | 0.53% | - |
| XYZ | 18.22 | 21.41 | 4.61 | - |
| YUV | 120.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 33 | 0 | 0.02 | 0.75 | 0.47 | 58.22 | 0.6 | 0.33 |
| Hex | 86 | 83 | 21 | 0 | 2 | 4B | 2F | 3A | 3C | 21 |
| Octal | 206 | 203 | 41 | 0 | 2 | 113 | 57 | 72 | 74 | 41 |
| Binary | 10000110 | 10000011 | 100001 | 0 | 10 | 1001011 | 101111 | 111010 | 111100 | 100001 |
Color Harmonies of #868321
Complementary color
Monochromatic Colors of #868321
Black with #868321
Text Example
Text Example
White with #868321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868321; }
p { color: rgb(134,131,33); }
H1.HeaderClassName
{
color: #868321;
}
.AnyTagClassName
{
color: #868321;
}
</style>
background-color css
<style>
a { background-color: #868321; }
a { background-color: rgb(134,131,33); }
div.DivClassName
{
background-color: #868321;
}
.BgClassName
{
background-color: #868321;
}
</style>
border-color css
<style>
span { border-color: #868321; }
span { border-color: rgb(134,131,33); }
td.TdClassName
{
border-color: #868321;
}
.TagClassName
{
border-color: #868321;
}
</style>