Shades of Trendy Green #888128
Tints of Trendy Green #888128
RGB
CMYK
RGB Variations
Color information
#888128 (or 0x888128) is known color: Trendy Green. HEX triplet: 88, 81 and 28. RGB value is (136,129,40). Sum of RGB (Red+Green+Blue) = 136+129+40=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #888128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888128 is #777ED7. Grayscale: #797979. Windows color (decimal): -7831256 or 2654600. OLE color: 2654600.
HSL color Cylindrical-coordinate representation of color #888128: hue angle of 55.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #888128 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 40 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.47 |
| HSL | 55.63º | 0.55% | 0.35% | - |
| HSV(B) | 55.63º | 0.71% | 0.53% | - |
| XYZ | 18.39 | 21.09 | 5.11 | - |
| YUV | 120.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 40 | 0 | 0.05 | 0.71 | 0.47 | 55.63 | 0.55 | 0.35 |
| Hex | 88 | 81 | 28 | 0 | 5 | 47 | 2F | 38 | 37 | 23 |
| Octal | 210 | 201 | 50 | 0 | 5 | 107 | 57 | 70 | 67 | 43 |
| Binary | 10001000 | 10000001 | 101000 | 0 | 101 | 1000111 | 101111 | 111000 | 110111 | 100011 |
Color Harmonies of #888128
Complementary color
Monochromatic Colors of #888128
Black with #888128
Text Example
Text Example
White with #888128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888128; }
p { color: rgb(136,129,40); }
H1.HeaderClassName
{
color: #888128;
}
.AnyTagClassName
{
color: #888128;
}
</style>
background-color css
<style>
a { background-color: #888128; }
a { background-color: rgb(136,129,40); }
div.DivClassName
{
background-color: #888128;
}
.BgClassName
{
background-color: #888128;
}
</style>
border-color css
<style>
span { border-color: #888128; }
span { border-color: rgb(136,129,40); }
td.TdClassName
{
border-color: #888128;
}
.TagClassName
{
border-color: #888128;
}
</style>