Shades of Trendy Green #8A8116
Tints of Trendy Green #8A8116
RGB
CMYK
RGB Variations
Color information
#8A8116 (or 0x8A8116) is known color: Trendy Green. HEX triplet: 8A, 81 and 16. RGB value is (138,129,22). Sum of RGB (Red+Green+Blue) = 138+129+22=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8116 is #757EE9. Grayscale: #777777. Windows color (decimal): -7700202 or 1474954. OLE color: 1474954.
HSL color Cylindrical-coordinate representation of color #8A8116: hue angle of 55.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A8116 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 22 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.46 |
| HSL | 55.34º | 0.73% | 0.31% | - |
| HSV(B) | 55.34º | 0.84% | 0.54% | - |
| XYZ | 18.48 | 21.16 | 3.87 | - |
| YUV | 119.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 22 | 0 | 0.07 | 0.84 | 0.46 | 55.34 | 0.73 | 0.31 |
| Hex | 8A | 81 | 16 | 0 | 7 | 54 | 2E | 37 | 48 | 1F |
| Octal | 212 | 201 | 26 | 0 | 7 | 124 | 56 | 67 | 110 | 37 |
| Binary | 10001010 | 10000001 | 10110 | 0 | 111 | 1010100 | 101110 | 110111 | 1001000 | 11111 |
Color Harmonies of #8A8116
Complementary color
Monochromatic Colors of #8A8116
Black with #8A8116
Text Example
Text Example
White with #8A8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8116; }
p { color: rgb(138,129,22); }
H1.HeaderClassName
{
color: #8A8116;
}
.AnyTagClassName
{
color: #8A8116;
}
</style>
background-color css
<style>
a { background-color: #8A8116; }
a { background-color: rgb(138,129,22); }
div.DivClassName
{
background-color: #8A8116;
}
.BgClassName
{
background-color: #8A8116;
}
</style>
border-color css
<style>
span { border-color: #8A8116; }
span { border-color: rgb(138,129,22); }
td.TdClassName
{
border-color: #8A8116;
}
.TagClassName
{
border-color: #8A8116;
}
</style>