Shades of Trendy Green #858B19
Tints of Trendy Green #858B19
RGB
CMYK
RGB Variations
Color information
#858B19 (or 0x858B19) is known color: Trendy Green. HEX triplet: 85, 8B and 19. RGB value is (133,139,25). Sum of RGB (Red+Green+Blue) = 133+139+25=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #858B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B19 is #7A74E6. Grayscale: #7C7C7C. Windows color (decimal): -8025319 or 1674117. OLE color: 1674117.
HSL color Cylindrical-coordinate representation of color #858B19: hue angle of 63.16º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #858B19 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 25 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.45 |
| HSL | 63.16º | 0.7% | 0.32% | - |
| HSV(B) | 63.16º | 0.82% | 0.55% | - |
| XYZ | 19.08 | 23.52 | 4.45 | - |
| YUV | 124.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 25 | 0.04 | 0 | 0.82 | 0.45 | 63.16 | 0.7 | 0.32 |
| Hex | 85 | 8B | 19 | 4 | 0 | 52 | 2D | 3F | 46 | 20 |
| Octal | 205 | 213 | 31 | 4 | 0 | 122 | 55 | 77 | 106 | 40 |
| Binary | 10000101 | 10001011 | 11001 | 100 | 0 | 1010010 | 101101 | 111111 | 1000110 | 100000 |
Color Harmonies of #858B19
Complementary color
Monochromatic Colors of #858B19
Black with #858B19
Text Example
Text Example
White with #858B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B19; }
p { color: rgb(133,139,25); }
H1.HeaderClassName
{
color: #858B19;
}
.AnyTagClassName
{
color: #858B19;
}
</style>
background-color css
<style>
a { background-color: #858B19; }
a { background-color: rgb(133,139,25); }
div.DivClassName
{
background-color: #858B19;
}
.BgClassName
{
background-color: #858B19;
}
</style>
border-color css
<style>
span { border-color: #858B19; }
span { border-color: rgb(133,139,25); }
td.TdClassName
{
border-color: #858B19;
}
.TagClassName
{
border-color: #858B19;
}
</style>