Shades of Trendy Green #85811A
Tints of Trendy Green #85811A
RGB
CMYK
RGB Variations
Color information
#85811A (or 0x85811A) is known color: Trendy Green. HEX triplet: 85, 81 and 1A. RGB value is (133,129,26). Sum of RGB (Red+Green+Blue) = 133+129+26=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85811A is #7A7EE5. Grayscale: #767676. Windows color (decimal): -8027878 or 1737093. OLE color: 1737093.
HSL color Cylindrical-coordinate representation of color #85811A: hue angle of 57.76º degrees, saturation: 0.67, 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 #85811A is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 26 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.48 |
| HSL | 57.76º | 0.67% | 0.31% | - |
| HSV(B) | 57.76º | 0.8% | 0.52% | - |
| XYZ | 17.71 | 20.76 | 4.05 | - |
| YUV | 118.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 26 | 0 | 0.03 | 0.80 | 0.48 | 57.76 | 0.67 | 0.31 |
| Hex | 85 | 81 | 1A | 0 | 3 | 50 | 30 | 3A | 43 | 1F |
| Octal | 205 | 201 | 32 | 0 | 3 | 120 | 60 | 72 | 103 | 37 |
| Binary | 10000101 | 10000001 | 11010 | 0 | 11 | 1010000 | 110000 | 111010 | 1000011 | 11111 |
Color Harmonies of #85811A
Complementary color
Monochromatic Colors of #85811A
Black with #85811A
Text Example
Text Example
White with #85811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85811A; }
p { color: rgb(133,129,26); }
H1.HeaderClassName
{
color: #85811A;
}
.AnyTagClassName
{
color: #85811A;
}
</style>
background-color css
<style>
a { background-color: #85811A; }
a { background-color: rgb(133,129,26); }
div.DivClassName
{
background-color: #85811A;
}
.BgClassName
{
background-color: #85811A;
}
</style>
border-color css
<style>
span { border-color: #85811A; }
span { border-color: rgb(133,129,26); }
td.TdClassName
{
border-color: #85811A;
}
.TagClassName
{
border-color: #85811A;
}
</style>