Shades of Trendy Green #85861B
Tints of Trendy Green #85861B
RGB
CMYK
RGB Variations
Color information
#85861B (or 0x85861B) is known color: Trendy Green. HEX triplet: 85, 86 and 1B. RGB value is (133,134,27). Sum of RGB (Red+Green+Blue) = 133+134+27=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #85861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85861B is #7A79E4. Grayscale: #797979. Windows color (decimal): -8026597 or 1803909. OLE color: 1803909.
HSL color Cylindrical-coordinate representation of color #85861B: hue angle of 60.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85861B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 27 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.47 |
| HSL | 60.56º | 0.66% | 0.32% | - |
| HSV(B) | 60.56º | 0.8% | 0.53% | - |
| XYZ | 18.4 | 22.12 | 4.34 | - |
| YUV | 121.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 27 | 0.01 | 0 | 0.80 | 0.47 | 60.56 | 0.66 | 0.32 |
| Hex | 85 | 86 | 1B | 1 | 0 | 50 | 2F | 3D | 42 | 20 |
| Octal | 205 | 206 | 33 | 1 | 0 | 120 | 57 | 75 | 102 | 40 |
| Binary | 10000101 | 10000110 | 11011 | 1 | 0 | 1010000 | 101111 | 111101 | 1000010 | 100000 |
Color Harmonies of #85861B
Complementary color
Monochromatic Colors of #85861B
Black with #85861B
Text Example
Text Example
White with #85861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85861B; }
p { color: rgb(133,134,27); }
H1.HeaderClassName
{
color: #85861B;
}
.AnyTagClassName
{
color: #85861B;
}
</style>
background-color css
<style>
a { background-color: #85861B; }
a { background-color: rgb(133,134,27); }
div.DivClassName
{
background-color: #85861B;
}
.BgClassName
{
background-color: #85861B;
}
</style>
border-color css
<style>
span { border-color: #85861B; }
span { border-color: rgb(133,134,27); }
td.TdClassName
{
border-color: #85861B;
}
.TagClassName
{
border-color: #85861B;
}
</style>