Shades of Trendy Green #868B27
Tints of Trendy Green #868B27
RGB
CMYK
RGB Variations
Color information
#868B27 (or 0x868B27) is known color: Trendy Green. HEX triplet: 86, 8B and 27. RGB value is (134,139,39). Sum of RGB (Red+Green+Blue) = 134+139+39=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #868B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B27 is #7974D8. Grayscale: #7E7E7E. Windows color (decimal): -7959769 or 2591622. OLE color: 2591622.
HSL color Cylindrical-coordinate representation of color #868B27: hue angle of 63º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #868B27 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 39 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.45 |
| HSL | 63º | 0.56% | 0.35% | - |
| HSV(B) | 63º | 0.72% | 0.55% | - |
| XYZ | 19.43 | 23.68 | 5.47 | - |
| YUV | 126.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 39 | 0.04 | 0 | 0.72 | 0.45 | 63 | 0.56 | 0.35 |
| Hex | 86 | 8B | 27 | 4 | 0 | 48 | 2D | 3F | 38 | 23 |
| Octal | 206 | 213 | 47 | 4 | 0 | 110 | 55 | 77 | 70 | 43 |
| Binary | 10000110 | 10001011 | 100111 | 100 | 0 | 1001000 | 101101 | 111111 | 111000 | 100011 |
Color Harmonies of #868B27
Complementary color
Monochromatic Colors of #868B27
Black with #868B27
Text Example
Text Example
White with #868B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B27; }
p { color: rgb(134,139,39); }
H1.HeaderClassName
{
color: #868B27;
}
.AnyTagClassName
{
color: #868B27;
}
</style>
background-color css
<style>
a { background-color: #868B27; }
a { background-color: rgb(134,139,39); }
div.DivClassName
{
background-color: #868B27;
}
.BgClassName
{
background-color: #868B27;
}
</style>
border-color css
<style>
span { border-color: #868B27; }
span { border-color: rgb(134,139,39); }
td.TdClassName
{
border-color: #868B27;
}
.TagClassName
{
border-color: #868B27;
}
</style>