Shades of Trendy Green #8A8522
Tints of Trendy Green #8A8522
RGB
CMYK
RGB Variations
Color information
#8A8522 (or 0x8A8522) is known color: Trendy Green. HEX triplet: 8A, 85 and 22. RGB value is (138,133,34). Sum of RGB (Red+Green+Blue) = 138+133+34=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8522 is #757ADD. Grayscale: #7B7B7B. Windows color (decimal): -7699166 or 2262410. OLE color: 2262410.
HSL color Cylindrical-coordinate representation of color #8A8522: hue angle of 57.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A8522 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 34 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.46 |
| HSL | 57.12º | 0.6% | 0.34% | - |
| HSV(B) | 57.12º | 0.75% | 0.54% | - |
| XYZ | 19.16 | 22.29 | 4.81 | - |
| YUV | 123.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 34 | 0 | 0.04 | 0.75 | 0.46 | 57.12 | 0.6 | 0.34 |
| Hex | 8A | 85 | 22 | 0 | 4 | 4B | 2E | 39 | 3C | 22 |
| Octal | 212 | 205 | 42 | 0 | 4 | 113 | 56 | 71 | 74 | 42 |
| Binary | 10001010 | 10000101 | 100010 | 0 | 100 | 1001011 | 101110 | 111001 | 111100 | 100010 |
Color Harmonies of #8A8522
Complementary color
Monochromatic Colors of #8A8522
Black with #8A8522
Text Example
Text Example
White with #8A8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8522; }
p { color: rgb(138,133,34); }
H1.HeaderClassName
{
color: #8A8522;
}
.AnyTagClassName
{
color: #8A8522;
}
</style>
background-color css
<style>
a { background-color: #8A8522; }
a { background-color: rgb(138,133,34); }
div.DivClassName
{
background-color: #8A8522;
}
.BgClassName
{
background-color: #8A8522;
}
</style>
border-color css
<style>
span { border-color: #8A8522; }
span { border-color: rgb(138,133,34); }
td.TdClassName
{
border-color: #8A8522;
}
.TagClassName
{
border-color: #8A8522;
}
</style>