Shades of Trendy Green #85871A
Tints of Trendy Green #85871A
RGB
CMYK
RGB Variations
Color information
#85871A (or 0x85871A) is known color: Trendy Green. HEX triplet: 85, 87 and 1A. RGB value is (133,135,26). Sum of RGB (Red+Green+Blue) = 133+135+26=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #85871A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85871A is #7A78E5. Grayscale: #7A7A7A. Windows color (decimal): -8026342 or 1738629. OLE color: 1738629.
HSL color Cylindrical-coordinate representation of color #85871A: hue angle of 61.1º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85871A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 26 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.47 |
| HSL | 61.1º | 0.68% | 0.32% | - |
| HSV(B) | 61.1º | 0.81% | 0.53% | - |
| XYZ | 18.52 | 22.39 | 4.32 | - |
| YUV | 121.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 26 | 0.01 | 0 | 0.81 | 0.47 | 61.1 | 0.68 | 0.32 |
| Hex | 85 | 87 | 1A | 1 | 0 | 51 | 2F | 3D | 44 | 20 |
| Octal | 205 | 207 | 32 | 1 | 0 | 121 | 57 | 75 | 104 | 40 |
| Binary | 10000101 | 10000111 | 11010 | 1 | 0 | 1010001 | 101111 | 111101 | 1000100 | 100000 |
Color Harmonies of #85871A
Complementary color
Monochromatic Colors of #85871A
Black with #85871A
Text Example
Text Example
White with #85871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85871A; }
p { color: rgb(133,135,26); }
H1.HeaderClassName
{
color: #85871A;
}
.AnyTagClassName
{
color: #85871A;
}
</style>
background-color css
<style>
a { background-color: #85871A; }
a { background-color: rgb(133,135,26); }
div.DivClassName
{
background-color: #85871A;
}
.BgClassName
{
background-color: #85871A;
}
</style>
border-color css
<style>
span { border-color: #85871A; }
span { border-color: rgb(133,135,26); }
td.TdClassName
{
border-color: #85871A;
}
.TagClassName
{
border-color: #85871A;
}
</style>