Shades of Trendy Green #858B15
Tints of Trendy Green #858B15
RGB
CMYK
RGB Variations
Color information
#858B15 (or 0x858B15) is known color: Trendy Green. HEX triplet: 85, 8B and 15. RGB value is (133,139,21). Sum of RGB (Red+Green+Blue) = 133+139+21=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #858B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B15 is #7A74EA. Grayscale: #7C7C7C. Windows color (decimal): -8025323 or 1411973. OLE color: 1411973.
HSL color Cylindrical-coordinate representation of color #858B15: hue angle of 63.05º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #858B15 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 21 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.45 |
| HSL | 63.05º | 0.74% | 0.31% | - |
| HSV(B) | 63.05º | 0.85% | 0.55% | - |
| XYZ | 19.04 | 23.51 | 4.24 | - |
| YUV | 123.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 21 | 0.04 | 0 | 0.85 | 0.45 | 63.05 | 0.74 | 0.31 |
| Hex | 85 | 8B | 15 | 4 | 0 | 55 | 2D | 3F | 4A | 1F |
| Octal | 205 | 213 | 25 | 4 | 0 | 125 | 55 | 77 | 112 | 37 |
| Binary | 10000101 | 10001011 | 10101 | 100 | 0 | 1010101 | 101101 | 111111 | 1001010 | 11111 |
Color Harmonies of #858B15
Complementary color
Monochromatic Colors of #858B15
Black with #858B15
Text Example
Text Example
White with #858B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B15; }
p { color: rgb(133,139,21); }
H1.HeaderClassName
{
color: #858B15;
}
.AnyTagClassName
{
color: #858B15;
}
</style>
background-color css
<style>
a { background-color: #858B15; }
a { background-color: rgb(133,139,21); }
div.DivClassName
{
background-color: #858B15;
}
.BgClassName
{
background-color: #858B15;
}
</style>
border-color css
<style>
span { border-color: #858B15; }
span { border-color: rgb(133,139,21); }
td.TdClassName
{
border-color: #858B15;
}
.TagClassName
{
border-color: #858B15;
}
</style>