Shades of Trendy Green #8A8621
Tints of Trendy Green #8A8621
RGB
CMYK
RGB Variations
Color information
#8A8621 (or 0x8A8621) is known color: Trendy Green. HEX triplet: 8A, 86 and 21. RGB value is (138,134,33). Sum of RGB (Red+Green+Blue) = 138+134+33=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8621 is #7579DE. Grayscale: #7C7C7C. Windows color (decimal): -7698911 or 2197130. OLE color: 2197130.
HSL color Cylindrical-coordinate representation of color #8A8621: hue angle of 57.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A8621 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 33 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.46 |
| HSL | 57.71º | 0.61% | 0.34% | - |
| HSV(B) | 57.71º | 0.76% | 0.54% | - |
| XYZ | 19.28 | 22.56 | 4.78 | - |
| YUV | 123.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 33 | 0 | 0.03 | 0.76 | 0.46 | 57.71 | 0.61 | 0.34 |
| Hex | 8A | 86 | 21 | 0 | 3 | 4C | 2E | 3A | 3D | 22 |
| Octal | 212 | 206 | 41 | 0 | 3 | 114 | 56 | 72 | 75 | 42 |
| Binary | 10001010 | 10000110 | 100001 | 0 | 11 | 1001100 | 101110 | 111010 | 111101 | 100010 |
Color Harmonies of #8A8621
Complementary color
Monochromatic Colors of #8A8621
Black with #8A8621
Text Example
Text Example
White with #8A8621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8621; }
p { color: rgb(138,134,33); }
H1.HeaderClassName
{
color: #8A8621;
}
.AnyTagClassName
{
color: #8A8621;
}
</style>
background-color css
<style>
a { background-color: #8A8621; }
a { background-color: rgb(138,134,33); }
div.DivClassName
{
background-color: #8A8621;
}
.BgClassName
{
background-color: #8A8621;
}
</style>
border-color css
<style>
span { border-color: #8A8621; }
span { border-color: rgb(138,134,33); }
td.TdClassName
{
border-color: #8A8621;
}
.TagClassName
{
border-color: #8A8621;
}
</style>