Shades of Trendy Green #85881B
Tints of Trendy Green #85881B
RGB
CMYK
RGB Variations
Color information
#85881B (or 0x85881B) is known color: Trendy Green. HEX triplet: 85, 88 and 1B. RGB value is (133,136,27). Sum of RGB (Red+Green+Blue) = 133+136+27=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #85881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85881B is #7A77E4. Grayscale: #7B7B7B. Windows color (decimal): -8026085 or 1804421. OLE color: 1804421.
HSL color Cylindrical-coordinate representation of color #85881B: hue angle of 61.65º degrees, saturation: 0.67, 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 #85881B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 27 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.47 |
| HSL | 61.65º | 0.67% | 0.32% | - |
| HSV(B) | 61.65º | 0.8% | 0.53% | - |
| XYZ | 18.67 | 22.67 | 4.43 | - |
| YUV | 122.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 27 | 0.02 | 0 | 0.80 | 0.47 | 61.65 | 0.67 | 0.32 |
| Hex | 85 | 88 | 1B | 2 | 0 | 50 | 2F | 3E | 43 | 20 |
| Octal | 205 | 210 | 33 | 2 | 0 | 120 | 57 | 76 | 103 | 40 |
| Binary | 10000101 | 10001000 | 11011 | 10 | 0 | 1010000 | 101111 | 111110 | 1000011 | 100000 |
Color Harmonies of #85881B
Complementary color
Monochromatic Colors of #85881B
Black with #85881B
Text Example
Text Example
White with #85881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85881B; }
p { color: rgb(133,136,27); }
H1.HeaderClassName
{
color: #85881B;
}
.AnyTagClassName
{
color: #85881B;
}
</style>
background-color css
<style>
a { background-color: #85881B; }
a { background-color: rgb(133,136,27); }
div.DivClassName
{
background-color: #85881B;
}
.BgClassName
{
background-color: #85881B;
}
</style>
border-color css
<style>
span { border-color: #85881B; }
span { border-color: rgb(133,136,27); }
td.TdClassName
{
border-color: #85881B;
}
.TagClassName
{
border-color: #85881B;
}
</style>