Shades of Trendy Green #868326
Tints of Trendy Green #868326
RGB
CMYK
RGB Variations
Color information
#868326 (or 0x868326) is known color: Trendy Green. HEX triplet: 86, 83 and 26. RGB value is (134,131,38). Sum of RGB (Red+Green+Blue) = 134+131+38=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #868326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868326 is #797CD9. Grayscale: #797979. Windows color (decimal): -7961818 or 2524038. OLE color: 2524038.
HSL color Cylindrical-coordinate representation of color #868326: hue angle of 58.12º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #868326 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 38 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.47 |
| HSL | 58.13º | 0.56% | 0.34% | - |
| HSV(B) | 58.13º | 0.72% | 0.53% | - |
| XYZ | 18.3 | 21.44 | 5.01 | - |
| YUV | 121.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 38 | 0 | 0.02 | 0.72 | 0.47 | 58.13 | 0.56 | 0.34 |
| Hex | 86 | 83 | 26 | 0 | 2 | 48 | 2F | 3A | 38 | 22 |
| Octal | 206 | 203 | 46 | 0 | 2 | 110 | 57 | 72 | 70 | 42 |
| Binary | 10000110 | 10000011 | 100110 | 0 | 10 | 1001000 | 101111 | 111010 | 111000 | 100010 |
Color Harmonies of #868326
Complementary color
Monochromatic Colors of #868326
Black with #868326
Text Example
Text Example
White with #868326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868326; }
p { color: rgb(134,131,38); }
H1.HeaderClassName
{
color: #868326;
}
.AnyTagClassName
{
color: #868326;
}
</style>
background-color css
<style>
a { background-color: #868326; }
a { background-color: rgb(134,131,38); }
div.DivClassName
{
background-color: #868326;
}
.BgClassName
{
background-color: #868326;
}
</style>
border-color css
<style>
span { border-color: #868326; }
span { border-color: rgb(134,131,38); }
td.TdClassName
{
border-color: #868326;
}
.TagClassName
{
border-color: #868326;
}
</style>