Shades of Trendy Green #858B13
Tints of Trendy Green #858B13
RGB
CMYK
RGB Variations
Color information
#858B13 (or 0x858B13) is known color: Trendy Green. HEX triplet: 85, 8B and 13. RGB value is (133,139,19). Sum of RGB (Red+Green+Blue) = 133+139+19=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #858B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B13 is #7A74EC. Grayscale: #7C7C7C. Windows color (decimal): -8025325 or 1280901. OLE color: 1280901.
HSL color Cylindrical-coordinate representation of color #858B13: hue angle of 63º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858B13 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 19 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.45 |
| HSL | 63º | 0.76% | 0.31% | - |
| HSV(B) | 63º | 0.86% | 0.55% | - |
| XYZ | 19.02 | 23.5 | 4.15 | - |
| YUV | 123.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 19 | 0.04 | 0 | 0.86 | 0.45 | 63 | 0.76 | 0.31 |
| Hex | 85 | 8B | 13 | 4 | 0 | 56 | 2D | 3F | 4C | 1F |
| Octal | 205 | 213 | 23 | 4 | 0 | 126 | 55 | 77 | 114 | 37 |
| Binary | 10000101 | 10001011 | 10011 | 100 | 0 | 1010110 | 101101 | 111111 | 1001100 | 11111 |
Color Harmonies of #858B13
Complementary color
Monochromatic Colors of #858B13
Black with #858B13
Text Example
Text Example
White with #858B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B13; }
p { color: rgb(133,139,19); }
H1.HeaderClassName
{
color: #858B13;
}
.AnyTagClassName
{
color: #858B13;
}
</style>
background-color css
<style>
a { background-color: #858B13; }
a { background-color: rgb(133,139,19); }
div.DivClassName
{
background-color: #858B13;
}
.BgClassName
{
background-color: #858B13;
}
</style>
border-color css
<style>
span { border-color: #858B13; }
span { border-color: rgb(133,139,19); }
td.TdClassName
{
border-color: #858B13;
}
.TagClassName
{
border-color: #858B13;
}
</style>