Shades of Trendy Green #858018
Tints of Trendy Green #858018
RGB
CMYK
RGB Variations
Color information
#858018 (or 0x858018) is known color: Trendy Green. HEX triplet: 85, 80 and 18. RGB value is (133,128,24). Sum of RGB (Red+Green+Blue) = 133+128+24=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #858018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858018 is #7A7FE7. Grayscale: #767676. Windows color (decimal): -8028136 or 1605765. OLE color: 1605765.
HSL color Cylindrical-coordinate representation of color #858018: hue angle of 57.25º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #858018 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 24 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.48 |
| HSL | 57.25º | 0.69% | 0.31% | - |
| HSV(B) | 57.25º | 0.82% | 0.52% | - |
| XYZ | 17.56 | 20.49 | 3.89 | - |
| YUV | 117.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 24 | 0 | 0.04 | 0.82 | 0.48 | 57.25 | 0.69 | 0.31 |
| Hex | 85 | 80 | 18 | 0 | 4 | 52 | 30 | 39 | 45 | 1F |
| Octal | 205 | 200 | 30 | 0 | 4 | 122 | 60 | 71 | 105 | 37 |
| Binary | 10000101 | 10000000 | 11000 | 0 | 100 | 1010010 | 110000 | 111001 | 1000101 | 11111 |
Color Harmonies of #858018
Complementary color
Monochromatic Colors of #858018
Black with #858018
Text Example
Text Example
White with #858018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858018; }
p { color: rgb(133,128,24); }
H1.HeaderClassName
{
color: #858018;
}
.AnyTagClassName
{
color: #858018;
}
</style>
background-color css
<style>
a { background-color: #858018; }
a { background-color: rgb(133,128,24); }
div.DivClassName
{
background-color: #858018;
}
.BgClassName
{
background-color: #858018;
}
</style>
border-color css
<style>
span { border-color: #858018; }
span { border-color: rgb(133,128,24); }
td.TdClassName
{
border-color: #858018;
}
.TagClassName
{
border-color: #858018;
}
</style>