Shades of Trendy Green #858B25
Tints of Trendy Green #858B25
RGB
CMYK
RGB Variations
Color information
#858B25 (or 0x858B25) is known color: Trendy Green. HEX triplet: 85, 8B and 25. RGB value is (133,139,37). Sum of RGB (Red+Green+Blue) = 133+139+37=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #858B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B25 is #7A74DA. Grayscale: #7D7D7D. Windows color (decimal): -8025307 or 2460549. OLE color: 2460549.
HSL color Cylindrical-coordinate representation of color #858B25: hue angle of 63.53º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #858B25 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 37 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.45 |
| HSL | 63.53º | 0.58% | 0.35% | - |
| HSV(B) | 63.53º | 0.73% | 0.55% | - |
| XYZ | 19.24 | 23.59 | 5.29 | - |
| YUV | 125.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 37 | 0.04 | 0 | 0.73 | 0.45 | 63.53 | 0.58 | 0.35 |
| Hex | 85 | 8B | 25 | 4 | 0 | 49 | 2D | 40 | 3A | 23 |
| Octal | 205 | 213 | 45 | 4 | 0 | 111 | 55 | 100 | 72 | 43 |
| Binary | 10000101 | 10001011 | 100101 | 100 | 0 | 1001001 | 101101 | 1000000 | 111010 | 100011 |
Color Harmonies of #858B25
Complementary color
Monochromatic Colors of #858B25
Black with #858B25
Text Example
Text Example
White with #858B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B25; }
p { color: rgb(133,139,37); }
H1.HeaderClassName
{
color: #858B25;
}
.AnyTagClassName
{
color: #858B25;
}
</style>
background-color css
<style>
a { background-color: #858B25; }
a { background-color: rgb(133,139,37); }
div.DivClassName
{
background-color: #858B25;
}
.BgClassName
{
background-color: #858B25;
}
</style>
border-color css
<style>
span { border-color: #858B25; }
span { border-color: rgb(133,139,37); }
td.TdClassName
{
border-color: #858B25;
}
.TagClassName
{
border-color: #858B25;
}
</style>