Shades of Trendy Green #8B881E
Tints of Trendy Green #8B881E
RGB
CMYK
RGB Variations
Color information
#8B881E (or 0x8B881E) is known color: Trendy Green. HEX triplet: 8B, 88 and 1E. RGB value is (139,136,30). Sum of RGB (Red+Green+Blue) = 139+136+30=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B881E is #7477E1. Grayscale: #7D7D7D. Windows color (decimal): -7632866 or 2001035. OLE color: 2001035.
HSL color Cylindrical-coordinate representation of color #8B881E: hue angle of 58.35º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B881E is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 30 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.45 |
| HSL | 58.35º | 0.64% | 0.33% | - |
| HSV(B) | 58.35º | 0.78% | 0.55% | - |
| XYZ | 19.69 | 23.19 | 4.67 | - |
| YUV | 124.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 30 | 0 | 0.02 | 0.78 | 0.45 | 58.35 | 0.64 | 0.33 |
| Hex | 8B | 88 | 1E | 0 | 2 | 4E | 2D | 3A | 40 | 21 |
| Octal | 213 | 210 | 36 | 0 | 2 | 116 | 55 | 72 | 100 | 41 |
| Binary | 10001011 | 10001000 | 11110 | 0 | 10 | 1001110 | 101101 | 111010 | 1000000 | 100001 |
Color Harmonies of #8B881E
Complementary color
Monochromatic Colors of #8B881E
Black with #8B881E
Text Example
Text Example
White with #8B881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B881E; }
p { color: rgb(139,136,30); }
H1.HeaderClassName
{
color: #8B881E;
}
.AnyTagClassName
{
color: #8B881E;
}
</style>
background-color css
<style>
a { background-color: #8B881E; }
a { background-color: rgb(139,136,30); }
div.DivClassName
{
background-color: #8B881E;
}
.BgClassName
{
background-color: #8B881E;
}
</style>
border-color css
<style>
span { border-color: #8B881E; }
span { border-color: rgb(139,136,30); }
td.TdClassName
{
border-color: #8B881E;
}
.TagClassName
{
border-color: #8B881E;
}
</style>