Shades of Trendy Green #85881C
Tints of Trendy Green #85881C
RGB
CMYK
RGB Variations
Color information
#85881C (or 0x85881C) is known color: Trendy Green. HEX triplet: 85, 88 and 1C. RGB value is (133,136,28). Sum of RGB (Red+Green+Blue) = 133+136+28=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #85881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85881C is #7A77E3. Grayscale: #7B7B7B. Windows color (decimal): -8026084 or 1869957. OLE color: 1869957.
HSL color Cylindrical-coordinate representation of color #85881C: hue angle of 61.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85881C is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 28 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.47 |
| HSL | 61.67º | 0.66% | 0.32% | - |
| HSV(B) | 61.67º | 0.79% | 0.53% | - |
| XYZ | 18.69 | 22.68 | 4.49 | - |
| YUV | 122.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 28 | 0.02 | 0 | 0.79 | 0.47 | 61.67 | 0.66 | 0.32 |
| Hex | 85 | 88 | 1C | 2 | 0 | 4F | 2F | 3E | 42 | 20 |
| Octal | 205 | 210 | 34 | 2 | 0 | 117 | 57 | 76 | 102 | 40 |
| Binary | 10000101 | 10001000 | 11100 | 10 | 0 | 1001111 | 101111 | 111110 | 1000010 | 100000 |
Color Harmonies of #85881C
Complementary color
Monochromatic Colors of #85881C
Black with #85881C
Text Example
Text Example
White with #85881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85881C; }
p { color: rgb(133,136,28); }
H1.HeaderClassName
{
color: #85881C;
}
.AnyTagClassName
{
color: #85881C;
}
</style>
background-color css
<style>
a { background-color: #85881C; }
a { background-color: rgb(133,136,28); }
div.DivClassName
{
background-color: #85881C;
}
.BgClassName
{
background-color: #85881C;
}
</style>
border-color css
<style>
span { border-color: #85881C; }
span { border-color: rgb(133,136,28); }
td.TdClassName
{
border-color: #85881C;
}
.TagClassName
{
border-color: #85881C;
}
</style>