Shades of Trendy Green #868B1D
Tints of Trendy Green #868B1D
RGB
CMYK
RGB Variations
Color information
#868B1D (or 0x868B1D) is known color: Trendy Green. HEX triplet: 86, 8B and 1D. RGB value is (134,139,29). Sum of RGB (Red+Green+Blue) = 134+139+29=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #868B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B1D is #7974E2. Grayscale: #7D7D7D. Windows color (decimal): -7959779 or 1936262. OLE color: 1936262.
HSL color Cylindrical-coordinate representation of color #868B1D: hue angle of 62.73º 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 #868B1D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 29 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.45 |
| HSL | 62.73º | 0.65% | 0.33% | - |
| HSV(B) | 62.73º | 0.79% | 0.55% | - |
| XYZ | 19.29 | 23.62 | 4.71 | - |
| YUV | 124.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 29 | 0.04 | 0 | 0.79 | 0.45 | 62.73 | 0.65 | 0.33 |
| Hex | 86 | 8B | 1D | 4 | 0 | 4F | 2D | 3F | 41 | 21 |
| Octal | 206 | 213 | 35 | 4 | 0 | 117 | 55 | 77 | 101 | 41 |
| Binary | 10000110 | 10001011 | 11101 | 100 | 0 | 1001111 | 101101 | 111111 | 1000001 | 100001 |
Color Harmonies of #868B1D
Complementary color
Monochromatic Colors of #868B1D
Black with #868B1D
Text Example
Text Example
White with #868B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B1D; }
p { color: rgb(134,139,29); }
H1.HeaderClassName
{
color: #868B1D;
}
.AnyTagClassName
{
color: #868B1D;
}
</style>
background-color css
<style>
a { background-color: #868B1D; }
a { background-color: rgb(134,139,29); }
div.DivClassName
{
background-color: #868B1D;
}
.BgClassName
{
background-color: #868B1D;
}
</style>
border-color css
<style>
span { border-color: #868B1D; }
span { border-color: rgb(134,139,29); }
td.TdClassName
{
border-color: #868B1D;
}
.TagClassName
{
border-color: #868B1D;
}
</style>