Shades of Trendy Green #888014
Tints of Trendy Green #888014
RGB
CMYK
RGB Variations
Color information
#888014 (or 0x888014) is known color: Trendy Green. HEX triplet: 88, 80 and 14. RGB value is (136,128,20). Sum of RGB (Red+Green+Blue) = 136+128+20=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #888014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888014 is #777FEB. Grayscale: #767676. Windows color (decimal): -7831532 or 1343624. OLE color: 1343624.
HSL color Cylindrical-coordinate representation of color #888014: hue angle of 55.86º 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 #888014 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 20 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.47 |
| HSL | 55.86º | 0.74% | 0.31% | - |
| HSV(B) | 55.86º | 0.85% | 0.53% | - |
| XYZ | 18 | 20.72 | 3.71 | - |
| YUV | 118.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 20 | 0 | 0.06 | 0.85 | 0.47 | 55.86 | 0.74 | 0.31 |
| Hex | 88 | 80 | 14 | 0 | 6 | 55 | 2F | 38 | 4A | 1F |
| Octal | 210 | 200 | 24 | 0 | 6 | 125 | 57 | 70 | 112 | 37 |
| Binary | 10001000 | 10000000 | 10100 | 0 | 110 | 1010101 | 101111 | 111000 | 1001010 | 11111 |
Color Harmonies of #888014
Complementary color
Monochromatic Colors of #888014
Black with #888014
Text Example
Text Example
White with #888014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888014; }
p { color: rgb(136,128,20); }
H1.HeaderClassName
{
color: #888014;
}
.AnyTagClassName
{
color: #888014;
}
</style>
background-color css
<style>
a { background-color: #888014; }
a { background-color: rgb(136,128,20); }
div.DivClassName
{
background-color: #888014;
}
.BgClassName
{
background-color: #888014;
}
</style>
border-color css
<style>
span { border-color: #888014; }
span { border-color: rgb(136,128,20); }
td.TdClassName
{
border-color: #888014;
}
.TagClassName
{
border-color: #888014;
}
</style>