Shades of Trendy Green #868431
Tints of Trendy Green #868431
RGB
CMYK
RGB Variations
Color information
#868431 (or 0x868431) is known color: Trendy Green. HEX triplet: 86, 84 and 31. RGB value is (134,132,49). Sum of RGB (Red+Green+Blue) = 134+132+49=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #868431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868431 is #797BCE. Grayscale: #7B7B7B. Windows color (decimal): -7961551 or 3245190. OLE color: 3245190.
HSL color Cylindrical-coordinate representation of color #868431: hue angle of 58.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #868431 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 49 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.47 |
| HSL | 58.59º | 0.46% | 0.36% | - |
| HSV(B) | 58.59º | 0.63% | 0.53% | - |
| XYZ | 18.64 | 21.79 | 6.13 | - |
| YUV | 123.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 49 | 0 | 0.01 | 0.63 | 0.47 | 58.59 | 0.46 | 0.36 |
| Hex | 86 | 84 | 31 | 0 | 1 | 3F | 2F | 3B | 2E | 24 |
| Octal | 206 | 204 | 61 | 0 | 1 | 77 | 57 | 73 | 56 | 44 |
| Binary | 10000110 | 10000100 | 110001 | 0 | 1 | 111111 | 101111 | 111011 | 101110 | 100100 |
Color Harmonies of #868431
Complementary color
Monochromatic Colors of #868431
Black with #868431
Text Example
Text Example
White with #868431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868431; }
p { color: rgb(134,132,49); }
H1.HeaderClassName
{
color: #868431;
}
.AnyTagClassName
{
color: #868431;
}
</style>
background-color css
<style>
a { background-color: #868431; }
a { background-color: rgb(134,132,49); }
div.DivClassName
{
background-color: #868431;
}
.BgClassName
{
background-color: #868431;
}
</style>
border-color css
<style>
span { border-color: #868431; }
span { border-color: rgb(134,132,49); }
td.TdClassName
{
border-color: #868431;
}
.TagClassName
{
border-color: #868431;
}
</style>