Shades of Trendy Green #85851B
Tints of Trendy Green #85851B
RGB
CMYK
RGB Variations
Color information
#85851B (or 0x85851B) is known color: Trendy Green. HEX triplet: 85, 85 and 1B. RGB value is (133,133,27). Sum of RGB (Red+Green+Blue) = 133+133+27=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85851B is #7A7AE4. Grayscale: #797979. Windows color (decimal): -8026853 or 1803653. OLE color: 1803653.
HSL color Cylindrical-coordinate representation of color #85851B: hue angle of 60º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85851B is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 27 | - |
| CMYK | 0 | 0 | 0.80 | 0.48 |
| HSL | 60º | 0.66% | 0.31% | - |
| HSV(B) | 60º | 0.8% | 0.52% | - |
| XYZ | 18.26 | 21.84 | 4.29 | - |
| YUV | 120.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 27 | 0 | 0 | 0.80 | 0.48 | 60 | 0.66 | 0.31 |
| Hex | 85 | 85 | 1B | 0 | 0 | 50 | 30 | 3C | 42 | 1F |
| Octal | 205 | 205 | 33 | 0 | 0 | 120 | 60 | 74 | 102 | 37 |
| Binary | 10000101 | 10000101 | 11011 | 0 | 0 | 1010000 | 110000 | 111100 | 1000010 | 11111 |
Color Harmonies of #85851B
Complementary color
Monochromatic Colors of #85851B
Black with #85851B
Text Example
Text Example
White with #85851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85851B; }
p { color: rgb(133,133,27); }
H1.HeaderClassName
{
color: #85851B;
}
.AnyTagClassName
{
color: #85851B;
}
</style>
background-color css
<style>
a { background-color: #85851B; }
a { background-color: rgb(133,133,27); }
div.DivClassName
{
background-color: #85851B;
}
.BgClassName
{
background-color: #85851B;
}
</style>
border-color css
<style>
span { border-color: #85851B; }
span { border-color: rgb(133,133,27); }
td.TdClassName
{
border-color: #85851B;
}
.TagClassName
{
border-color: #85851B;
}
</style>