Shades of Trendy Green #858A2A
Tints of Trendy Green #858A2A
RGB
CMYK
RGB Variations
Color information
#858A2A (or 0x858A2A) is known color: Trendy Green. HEX triplet: 85, 8A and 2A. RGB value is (133,138,42). Sum of RGB (Red+Green+Blue) = 133+138+42=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #858A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A2A is #7A75D5. Grayscale: #7D7D7D. Windows color (decimal): -8025558 or 2787973. OLE color: 2787973.
HSL color Cylindrical-coordinate representation of color #858A2A: hue angle of 63.12º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #858A2A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 42 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.46 |
| HSL | 63.13º | 0.53% | 0.35% | - |
| HSV(B) | 63.13º | 0.7% | 0.54% | - |
| XYZ | 19.18 | 23.33 | 5.68 | - |
| YUV | 125.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 42 | 0.04 | 0 | 0.70 | 0.46 | 63.13 | 0.53 | 0.35 |
| Hex | 85 | 8A | 2A | 4 | 0 | 46 | 2E | 3F | 35 | 23 |
| Octal | 205 | 212 | 52 | 4 | 0 | 106 | 56 | 77 | 65 | 43 |
| Binary | 10000101 | 10001010 | 101010 | 100 | 0 | 1000110 | 101110 | 111111 | 110101 | 100011 |
Color Harmonies of #858A2A
Complementary color
Monochromatic Colors of #858A2A
Black with #858A2A
Text Example
Text Example
White with #858A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A2A; }
p { color: rgb(133,138,42); }
H1.HeaderClassName
{
color: #858A2A;
}
.AnyTagClassName
{
color: #858A2A;
}
</style>
background-color css
<style>
a { background-color: #858A2A; }
a { background-color: rgb(133,138,42); }
div.DivClassName
{
background-color: #858A2A;
}
.BgClassName
{
background-color: #858A2A;
}
</style>
border-color css
<style>
span { border-color: #858A2A; }
span { border-color: rgb(133,138,42); }
td.TdClassName
{
border-color: #858A2A;
}
.TagClassName
{
border-color: #858A2A;
}
</style>