Shades of Trendy Green #858B23
Tints of Trendy Green #858B23
RGB
CMYK
RGB Variations
Color information
#858B23 (or 0x858B23) is known color: Trendy Green. HEX triplet: 85, 8B and 23. RGB value is (133,139,35). Sum of RGB (Red+Green+Blue) = 133+139+35=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #858B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B23 is #7A74DC. Grayscale: #7D7D7D. Windows color (decimal): -8025309 or 2329477. OLE color: 2329477.
HSL color Cylindrical-coordinate representation of color #858B23: hue angle of 63.46º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #858B23 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 35 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.45 |
| HSL | 63.46º | 0.6% | 0.34% | - |
| HSV(B) | 63.46º | 0.75% | 0.55% | - |
| XYZ | 19.21 | 23.57 | 5.13 | - |
| YUV | 125.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 35 | 0.04 | 0 | 0.75 | 0.45 | 63.46 | 0.6 | 0.34 |
| Hex | 85 | 8B | 23 | 4 | 0 | 4B | 2D | 3F | 3C | 22 |
| Octal | 205 | 213 | 43 | 4 | 0 | 113 | 55 | 77 | 74 | 42 |
| Binary | 10000101 | 10001011 | 100011 | 100 | 0 | 1001011 | 101101 | 111111 | 111100 | 100010 |
Color Harmonies of #858B23
Complementary color
Monochromatic Colors of #858B23
Black with #858B23
Text Example
Text Example
White with #858B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B23; }
p { color: rgb(133,139,35); }
H1.HeaderClassName
{
color: #858B23;
}
.AnyTagClassName
{
color: #858B23;
}
</style>
background-color css
<style>
a { background-color: #858B23; }
a { background-color: rgb(133,139,35); }
div.DivClassName
{
background-color: #858B23;
}
.BgClassName
{
background-color: #858B23;
}
</style>
border-color css
<style>
span { border-color: #858B23; }
span { border-color: rgb(133,139,35); }
td.TdClassName
{
border-color: #858B23;
}
.TagClassName
{
border-color: #858B23;
}
</style>