Shades of Trendy Green #8B8722
Tints of Trendy Green #8B8722
RGB
CMYK
RGB Variations
Color information
#8B8722 (or 0x8B8722) is known color: Trendy Green. HEX triplet: 8B, 87 and 22. RGB value is (139,135,34). Sum of RGB (Red+Green+Blue) = 139+135+34=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8722 is #7478DD. Grayscale: #7D7D7D. Windows color (decimal): -7633118 or 2262923. OLE color: 2262923.
HSL color Cylindrical-coordinate representation of color #8B8722: hue angle of 57.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B8722 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 34 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.45 |
| HSL | 57.71º | 0.61% | 0.34% | - |
| HSV(B) | 57.71º | 0.76% | 0.55% | - |
| XYZ | 19.6 | 22.93 | 4.91 | - |
| YUV | 124.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 34 | 0 | 0.03 | 0.76 | 0.45 | 57.71 | 0.61 | 0.34 |
| Hex | 8B | 87 | 22 | 0 | 3 | 4C | 2D | 3A | 3D | 22 |
| Octal | 213 | 207 | 42 | 0 | 3 | 114 | 55 | 72 | 75 | 42 |
| Binary | 10001011 | 10000111 | 100010 | 0 | 11 | 1001100 | 101101 | 111010 | 111101 | 100010 |
Color Harmonies of #8B8722
Complementary color
Monochromatic Colors of #8B8722
Black with #8B8722
Text Example
Text Example
White with #8B8722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8722; }
p { color: rgb(139,135,34); }
H1.HeaderClassName
{
color: #8B8722;
}
.AnyTagClassName
{
color: #8B8722;
}
</style>
background-color css
<style>
a { background-color: #8B8722; }
a { background-color: rgb(139,135,34); }
div.DivClassName
{
background-color: #8B8722;
}
.BgClassName
{
background-color: #8B8722;
}
</style>
border-color css
<style>
span { border-color: #8B8722; }
span { border-color: rgb(139,135,34); }
td.TdClassName
{
border-color: #8B8722;
}
.TagClassName
{
border-color: #8B8722;
}
</style>