Shades of Trendy Green #8B8824
Tints of Trendy Green #8B8824
RGB
CMYK
RGB Variations
Color information
#8B8824 (or 0x8B8824) is known color: Trendy Green. HEX triplet: 8B, 88 and 24. RGB value is (139,136,36). Sum of RGB (Red+Green+Blue) = 139+136+36=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8824 is #7477DB. Grayscale: #7D7D7D. Windows color (decimal): -7632860 or 2394251. OLE color: 2394251.
HSL color Cylindrical-coordinate representation of color #8B8824: hue angle of 58.25º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B8824 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 36 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.45 |
| HSL | 58.25º | 0.59% | 0.34% | - |
| HSV(B) | 58.25º | 0.74% | 0.55% | - |
| XYZ | 19.77 | 23.22 | 5.11 | - |
| YUV | 125.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 36 | 0 | 0.02 | 0.74 | 0.45 | 58.25 | 0.59 | 0.34 |
| Hex | 8B | 88 | 24 | 0 | 2 | 4A | 2D | 3A | 3B | 22 |
| Octal | 213 | 210 | 44 | 0 | 2 | 112 | 55 | 72 | 73 | 42 |
| Binary | 10001011 | 10001000 | 100100 | 0 | 10 | 1001010 | 101101 | 111010 | 111011 | 100010 |
Color Harmonies of #8B8824
Complementary color
Monochromatic Colors of #8B8824
Black with #8B8824
Text Example
Text Example
White with #8B8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8824; }
p { color: rgb(139,136,36); }
H1.HeaderClassName
{
color: #8B8824;
}
.AnyTagClassName
{
color: #8B8824;
}
</style>
background-color css
<style>
a { background-color: #8B8824; }
a { background-color: rgb(139,136,36); }
div.DivClassName
{
background-color: #8B8824;
}
.BgClassName
{
background-color: #8B8824;
}
</style>
border-color css
<style>
span { border-color: #8B8824; }
span { border-color: rgb(139,136,36); }
td.TdClassName
{
border-color: #8B8824;
}
.TagClassName
{
border-color: #8B8824;
}
</style>