Shades of Trendy Green #858B1D
Tints of Trendy Green #858B1D
RGB
CMYK
RGB Variations
Color information
#858B1D (or 0x858B1D) is known color: Trendy Green. HEX triplet: 85, 8B and 1D. RGB value is (133,139,29). Sum of RGB (Red+Green+Blue) = 133+139+29=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #858B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B1D is #7A74E2. Grayscale: #7D7D7D. Windows color (decimal): -8025315 or 1936261. OLE color: 1936261.
HSL color Cylindrical-coordinate representation of color #858B1D: hue angle of 63.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #858B1D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 29 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.45 |
| HSL | 63.27º | 0.65% | 0.33% | - |
| HSV(B) | 63.27º | 0.79% | 0.55% | - |
| XYZ | 19.13 | 23.54 | 4.7 | - |
| YUV | 124.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 29 | 0.04 | 0 | 0.79 | 0.45 | 63.27 | 0.65 | 0.33 |
| Hex | 85 | 8B | 1D | 4 | 0 | 4F | 2D | 3F | 41 | 21 |
| Octal | 205 | 213 | 35 | 4 | 0 | 117 | 55 | 77 | 101 | 41 |
| Binary | 10000101 | 10001011 | 11101 | 100 | 0 | 1001111 | 101101 | 111111 | 1000001 | 100001 |
Color Harmonies of #858B1D
Complementary color
Monochromatic Colors of #858B1D
Black with #858B1D
Text Example
Text Example
White with #858B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B1D; }
p { color: rgb(133,139,29); }
H1.HeaderClassName
{
color: #858B1D;
}
.AnyTagClassName
{
color: #858B1D;
}
</style>
background-color css
<style>
a { background-color: #858B1D; }
a { background-color: rgb(133,139,29); }
div.DivClassName
{
background-color: #858B1D;
}
.BgClassName
{
background-color: #858B1D;
}
</style>
border-color css
<style>
span { border-color: #858B1D; }
span { border-color: rgb(133,139,29); }
td.TdClassName
{
border-color: #858B1D;
}
.TagClassName
{
border-color: #858B1D;
}
</style>