Shades of Trendy Green #85891D
Tints of Trendy Green #85891D
RGB
CMYK
RGB Variations
Color information
#85891D (or 0x85891D) is known color: Trendy Green. HEX triplet: 85, 89 and 1D. RGB value is (133,137,29). Sum of RGB (Red+Green+Blue) = 133+137+29=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #85891D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85891D is #7A76E2. Grayscale: #7B7B7B. Windows color (decimal): -8025827 or 1935749. OLE color: 1935749.
HSL color Cylindrical-coordinate representation of color #85891D: hue angle of 62.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85891D is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 29 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.46 |
| HSL | 62.22º | 0.65% | 0.33% | - |
| HSV(B) | 62.22º | 0.79% | 0.54% | - |
| XYZ | 18.84 | 22.97 | 4.6 | - |
| YUV | 123.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 29 | 0.03 | 0 | 0.79 | 0.46 | 62.22 | 0.65 | 0.33 |
| Hex | 85 | 89 | 1D | 3 | 0 | 4F | 2E | 3E | 41 | 21 |
| Octal | 205 | 211 | 35 | 3 | 0 | 117 | 56 | 76 | 101 | 41 |
| Binary | 10000101 | 10001001 | 11101 | 11 | 0 | 1001111 | 101110 | 111110 | 1000001 | 100001 |
Color Harmonies of #85891D
Complementary color
Monochromatic Colors of #85891D
Black with #85891D
Text Example
Text Example
White with #85891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85891D; }
p { color: rgb(133,137,29); }
H1.HeaderClassName
{
color: #85891D;
}
.AnyTagClassName
{
color: #85891D;
}
</style>
background-color css
<style>
a { background-color: #85891D; }
a { background-color: rgb(133,137,29); }
div.DivClassName
{
background-color: #85891D;
}
.BgClassName
{
background-color: #85891D;
}
</style>
border-color css
<style>
span { border-color: #85891D; }
span { border-color: rgb(133,137,29); }
td.TdClassName
{
border-color: #85891D;
}
.TagClassName
{
border-color: #85891D;
}
</style>