Shades of Trendy Green #85862B
Tints of Trendy Green #85862B
RGB
CMYK
RGB Variations
Color information
#85862B (or 0x85862B) is known color: Trendy Green. HEX triplet: 85, 86 and 2B. RGB value is (133,134,43). Sum of RGB (Red+Green+Blue) = 133+134+43=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #85862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85862B is #7A79D4. Grayscale: #7B7B7B. Windows color (decimal): -8026581 or 2852485. OLE color: 2852485.
HSL color Cylindrical-coordinate representation of color #85862B: hue angle of 60.66º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85862B is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 43 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.47 |
| HSL | 60.66º | 0.51% | 0.35% | - |
| HSV(B) | 60.66º | 0.68% | 0.53% | - |
| XYZ | 18.63 | 22.21 | 5.59 | - |
| YUV | 123.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 43 | 0.01 | 0 | 0.68 | 0.47 | 60.66 | 0.51 | 0.35 |
| Hex | 85 | 86 | 2B | 1 | 0 | 44 | 2F | 3D | 33 | 23 |
| Octal | 205 | 206 | 53 | 1 | 0 | 104 | 57 | 75 | 63 | 43 |
| Binary | 10000101 | 10000110 | 101011 | 1 | 0 | 1000100 | 101111 | 111101 | 110011 | 100011 |
Color Harmonies of #85862B
Complementary color
Monochromatic Colors of #85862B
Black with #85862B
Text Example
Text Example
White with #85862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85862B; }
p { color: rgb(133,134,43); }
H1.HeaderClassName
{
color: #85862B;
}
.AnyTagClassName
{
color: #85862B;
}
</style>
background-color css
<style>
a { background-color: #85862B; }
a { background-color: rgb(133,134,43); }
div.DivClassName
{
background-color: #85862B;
}
.BgClassName
{
background-color: #85862B;
}
</style>
border-color css
<style>
span { border-color: #85862B; }
span { border-color: rgb(133,134,43); }
td.TdClassName
{
border-color: #85862B;
}
.TagClassName
{
border-color: #85862B;
}
</style>