Shades of Trendy Green #858B29
Tints of Trendy Green #858B29
RGB
CMYK
RGB Variations
Color information
#858B29 (or 0x858B29) is known color: Trendy Green. HEX triplet: 85, 8B and 29. RGB value is (133,139,41). Sum of RGB (Red+Green+Blue) = 133+139+41=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #858B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B29 is #7A74D6. Grayscale: #7E7E7E. Windows color (decimal): -8025303 or 2722693. OLE color: 2722693.
HSL color Cylindrical-coordinate representation of color #858B29: hue angle of 63.67º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858B29 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 41 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.45 |
| HSL | 63.67º | 0.54% | 0.35% | - |
| HSV(B) | 63.67º | 0.71% | 0.55% | - |
| XYZ | 19.31 | 23.61 | 5.64 | - |
| YUV | 126.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 41 | 0.04 | 0 | 0.71 | 0.45 | 63.67 | 0.54 | 0.35 |
| Hex | 85 | 8B | 29 | 4 | 0 | 47 | 2D | 40 | 36 | 23 |
| Octal | 205 | 213 | 51 | 4 | 0 | 107 | 55 | 100 | 66 | 43 |
| Binary | 10000101 | 10001011 | 101001 | 100 | 0 | 1000111 | 101101 | 1000000 | 110110 | 100011 |
Color Harmonies of #858B29
Complementary color
Monochromatic Colors of #858B29
Black with #858B29
Text Example
Text Example
White with #858B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B29; }
p { color: rgb(133,139,41); }
H1.HeaderClassName
{
color: #858B29;
}
.AnyTagClassName
{
color: #858B29;
}
</style>
background-color css
<style>
a { background-color: #858B29; }
a { background-color: rgb(133,139,41); }
div.DivClassName
{
background-color: #858B29;
}
.BgClassName
{
background-color: #858B29;
}
</style>
border-color css
<style>
span { border-color: #858B29; }
span { border-color: rgb(133,139,41); }
td.TdClassName
{
border-color: #858B29;
}
.TagClassName
{
border-color: #858B29;
}
</style>