Shades of Trendy Green #85861C
Tints of Trendy Green #85861C
RGB
CMYK
RGB Variations
Color information
#85861C (or 0x85861C) is known color: Trendy Green. HEX triplet: 85, 86 and 1C. RGB value is (133,134,28). Sum of RGB (Red+Green+Blue) = 133+134+28=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #85861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85861C is #7A79E3. Grayscale: #7A7A7A. Windows color (decimal): -8026596 or 1869445. OLE color: 1869445.
HSL color Cylindrical-coordinate representation of color #85861C: hue angle of 60.57º degrees, saturation: 0.65, 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 #85861C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 28 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.47 |
| HSL | 60.57º | 0.65% | 0.32% | - |
| HSV(B) | 60.57º | 0.79% | 0.53% | - |
| XYZ | 18.41 | 22.12 | 4.4 | - |
| YUV | 121.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 28 | 0.01 | 0 | 0.79 | 0.47 | 60.57 | 0.65 | 0.32 |
| Hex | 85 | 86 | 1C | 1 | 0 | 4F | 2F | 3D | 41 | 20 |
| Octal | 205 | 206 | 34 | 1 | 0 | 117 | 57 | 75 | 101 | 40 |
| Binary | 10000101 | 10000110 | 11100 | 1 | 0 | 1001111 | 101111 | 111101 | 1000001 | 100000 |
Color Harmonies of #85861C
Complementary color
Monochromatic Colors of #85861C
Black with #85861C
Text Example
Text Example
White with #85861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85861C; }
p { color: rgb(133,134,28); }
H1.HeaderClassName
{
color: #85861C;
}
.AnyTagClassName
{
color: #85861C;
}
</style>
background-color css
<style>
a { background-color: #85861C; }
a { background-color: rgb(133,134,28); }
div.DivClassName
{
background-color: #85861C;
}
.BgClassName
{
background-color: #85861C;
}
</style>
border-color css
<style>
span { border-color: #85861C; }
span { border-color: rgb(133,134,28); }
td.TdClassName
{
border-color: #85861C;
}
.TagClassName
{
border-color: #85861C;
}
</style>