Shades of Trendy Green #88892D
Tints of Trendy Green #88892D
RGB
CMYK
RGB Variations
Color information
#88892D (or 0x88892D) is known color: Trendy Green. HEX triplet: 88, 89 and 2D. RGB value is (136,137,45). Sum of RGB (Red+Green+Blue) = 136+137+45=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #88892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88892D is #7776D2. Grayscale: #7E7E7E. Windows color (decimal): -7829203 or 2984328. OLE color: 2984328.
HSL color Cylindrical-coordinate representation of color #88892D: hue angle of 60.65º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88892D is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 45 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.46 |
| HSL | 60.65º | 0.51% | 0.36% | - |
| HSV(B) | 60.65º | 0.67% | 0.54% | - |
| XYZ | 19.57 | 23.32 | 5.95 | - |
| YUV | 126.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 45 | 0.01 | 0 | 0.67 | 0.46 | 60.65 | 0.51 | 0.36 |
| Hex | 88 | 89 | 2D | 1 | 0 | 43 | 2E | 3D | 33 | 24 |
| Octal | 210 | 211 | 55 | 1 | 0 | 103 | 56 | 75 | 63 | 44 |
| Binary | 10001000 | 10001001 | 101101 | 1 | 0 | 1000011 | 101110 | 111101 | 110011 | 100100 |
Color Harmonies of #88892D
Complementary color
Monochromatic Colors of #88892D
Black with #88892D
Text Example
Text Example
White with #88892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88892D; }
p { color: rgb(136,137,45); }
H1.HeaderClassName
{
color: #88892D;
}
.AnyTagClassName
{
color: #88892D;
}
</style>
background-color css
<style>
a { background-color: #88892D; }
a { background-color: rgb(136,137,45); }
div.DivClassName
{
background-color: #88892D;
}
.BgClassName
{
background-color: #88892D;
}
</style>
border-color css
<style>
span { border-color: #88892D; }
span { border-color: rgb(136,137,45); }
td.TdClassName
{
border-color: #88892D;
}
.TagClassName
{
border-color: #88892D;
}
</style>