Shades of Trendy Green #858129
Tints of Trendy Green #858129
RGB
CMYK
RGB Variations
Color information
#858129 (or 0x858129) is known color: Trendy Green. HEX triplet: 85, 81 and 29. RGB value is (133,129,41). Sum of RGB (Red+Green+Blue) = 133+129+41=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #858129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858129 is #7A7ED6. Grayscale: #787878. Windows color (decimal): -8027863 or 2720133. OLE color: 2720133.
HSL color Cylindrical-coordinate representation of color #858129: hue angle of 57.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858129 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 41 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.48 |
| HSL | 57.39º | 0.53% | 0.34% | - |
| HSV(B) | 57.39º | 0.69% | 0.52% | - |
| XYZ | 17.92 | 20.85 | 5.18 | - |
| YUV | 120.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 41 | 0 | 0.03 | 0.69 | 0.48 | 57.39 | 0.53 | 0.34 |
| Hex | 85 | 81 | 29 | 0 | 3 | 45 | 30 | 39 | 35 | 22 |
| Octal | 205 | 201 | 51 | 0 | 3 | 105 | 60 | 71 | 65 | 42 |
| Binary | 10000101 | 10000001 | 101001 | 0 | 11 | 1000101 | 110000 | 111001 | 110101 | 100010 |
Color Harmonies of #858129
Complementary color
Monochromatic Colors of #858129
Black with #858129
Text Example
Text Example
White with #858129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858129; }
p { color: rgb(133,129,41); }
H1.HeaderClassName
{
color: #858129;
}
.AnyTagClassName
{
color: #858129;
}
</style>
background-color css
<style>
a { background-color: #858129; }
a { background-color: rgb(133,129,41); }
div.DivClassName
{
background-color: #858129;
}
.BgClassName
{
background-color: #858129;
}
</style>
border-color css
<style>
span { border-color: #858129; }
span { border-color: rgb(133,129,41); }
td.TdClassName
{
border-color: #858129;
}
.TagClassName
{
border-color: #858129;
}
</style>