Shades of Trendy Green #858E1A
Tints of Trendy Green #858E1A
RGB
CMYK
RGB Variations
Color information
#858E1A (or 0x858E1A) is known color: Trendy Green. HEX triplet: 85, 8E and 1A. RGB value is (133,142,26). Sum of RGB (Red+Green+Blue) = 133+142+26=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #858E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E1A is #7A71E5. Grayscale: #7E7E7E. Windows color (decimal): -8024550 or 1740421. OLE color: 1740421.
HSL color Cylindrical-coordinate representation of color #858E1A: hue angle of 64.66º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #858E1A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 26 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.44 |
| HSL | 64.66º | 0.69% | 0.33% | - |
| HSV(B) | 64.66º | 0.82% | 0.56% | - |
| XYZ | 19.53 | 24.41 | 4.66 | - |
| YUV | 126.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 26 | 0.06 | 0 | 0.82 | 0.44 | 64.66 | 0.69 | 0.33 |
| Hex | 85 | 8E | 1A | 6 | 0 | 52 | 2C | 41 | 45 | 21 |
| Octal | 205 | 216 | 32 | 6 | 0 | 122 | 54 | 101 | 105 | 41 |
| Binary | 10000101 | 10001110 | 11010 | 110 | 0 | 1010010 | 101100 | 1000001 | 1000101 | 100001 |
Color Harmonies of #858E1A
Complementary color
Monochromatic Colors of #858E1A
Black with #858E1A
Text Example
Text Example
White with #858E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E1A; }
p { color: rgb(133,142,26); }
H1.HeaderClassName
{
color: #858E1A;
}
.AnyTagClassName
{
color: #858E1A;
}
</style>
background-color css
<style>
a { background-color: #858E1A; }
a { background-color: rgb(133,142,26); }
div.DivClassName
{
background-color: #858E1A;
}
.BgClassName
{
background-color: #858E1A;
}
</style>
border-color css
<style>
span { border-color: #858E1A; }
span { border-color: rgb(133,142,26); }
td.TdClassName
{
border-color: #858E1A;
}
.TagClassName
{
border-color: #858E1A;
}
</style>