Shades of Trendy Green #878122
Tints of Trendy Green #878122
RGB
CMYK
RGB Variations
Color information
#878122 (or 0x878122) is known color: Trendy Green. HEX triplet: 87, 81 and 22. RGB value is (135,129,34). Sum of RGB (Red+Green+Blue) = 135+129+34=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #878122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878122 is #787EDD. Grayscale: #787878. Windows color (decimal): -7896798 or 2261383. OLE color: 2261383.
HSL color Cylindrical-coordinate representation of color #878122: hue angle of 56.44º 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 #878122 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 34 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.47 |
| HSL | 56.44º | 0.6% | 0.33% | - |
| HSV(B) | 56.44º | 0.75% | 0.53% | - |
| XYZ | 18.13 | 20.97 | 4.6 | - |
| YUV | 119.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 34 | 0 | 0.04 | 0.75 | 0.47 | 56.44 | 0.6 | 0.33 |
| Hex | 87 | 81 | 22 | 0 | 4 | 4B | 2F | 38 | 3C | 21 |
| Octal | 207 | 201 | 42 | 0 | 4 | 113 | 57 | 70 | 74 | 41 |
| Binary | 10000111 | 10000001 | 100010 | 0 | 100 | 1001011 | 101111 | 111000 | 111100 | 100001 |
Color Harmonies of #878122
Complementary color
Monochromatic Colors of #878122
Black with #878122
Text Example
Text Example
White with #878122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878122; }
p { color: rgb(135,129,34); }
H1.HeaderClassName
{
color: #878122;
}
.AnyTagClassName
{
color: #878122;
}
</style>
background-color css
<style>
a { background-color: #878122; }
a { background-color: rgb(135,129,34); }
div.DivClassName
{
background-color: #878122;
}
.BgClassName
{
background-color: #878122;
}
</style>
border-color css
<style>
span { border-color: #878122; }
span { border-color: rgb(135,129,34); }
td.TdClassName
{
border-color: #878122;
}
.TagClassName
{
border-color: #878122;
}
</style>