Shades of Trendy Green #868814
Tints of Trendy Green #868814
RGB
CMYK
RGB Variations
Color information
#868814 (or 0x868814) is known color: Trendy Green. HEX triplet: 86, 88 and 14. RGB value is (134,136,20). Sum of RGB (Red+Green+Blue) = 134+136+20=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #868814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868814 is #7977EB. Grayscale: #7A7A7A. Windows color (decimal): -7960556 or 1345670. OLE color: 1345670.
HSL color Cylindrical-coordinate representation of color #868814: hue angle of 61.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #868814 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 20 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.47 |
| HSL | 61.03º | 0.74% | 0.31% | - |
| HSV(B) | 61.03º | 0.85% | 0.53% | - |
| XYZ | 18.76 | 22.73 | 4.06 | - |
| YUV | 122.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 20 | 0.01 | 0 | 0.85 | 0.47 | 61.03 | 0.74 | 0.31 |
| Hex | 86 | 88 | 14 | 1 | 0 | 55 | 2F | 3D | 4A | 1F |
| Octal | 206 | 210 | 24 | 1 | 0 | 125 | 57 | 75 | 112 | 37 |
| Binary | 10000110 | 10001000 | 10100 | 1 | 0 | 1010101 | 101111 | 111101 | 1001010 | 11111 |
Color Harmonies of #868814
Complementary color
Monochromatic Colors of #868814
Black with #868814
Text Example
Text Example
White with #868814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868814; }
p { color: rgb(134,136,20); }
H1.HeaderClassName
{
color: #868814;
}
.AnyTagClassName
{
color: #868814;
}
</style>
background-color css
<style>
a { background-color: #868814; }
a { background-color: rgb(134,136,20); }
div.DivClassName
{
background-color: #868814;
}
.BgClassName
{
background-color: #868814;
}
</style>
border-color css
<style>
span { border-color: #868814; }
span { border-color: rgb(134,136,20); }
td.TdClassName
{
border-color: #868814;
}
.TagClassName
{
border-color: #868814;
}
</style>