Shades of Trendy Green #8A871C
Tints of Trendy Green #8A871C
RGB
CMYK
RGB Variations
Color information
#8A871C (or 0x8A871C) is known color: Trendy Green. HEX triplet: 8A, 87 and 1C. RGB value is (138,135,28). Sum of RGB (Red+Green+Blue) = 138+135+28=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A871C is #7578E3. Grayscale: #7C7C7C. Windows color (decimal): -7698660 or 1869706. OLE color: 1869706.
HSL color Cylindrical-coordinate representation of color #8A871C: hue angle of 58.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A871C is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 28 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.46 |
| HSL | 58.36º | 0.66% | 0.33% | - |
| HSV(B) | 58.36º | 0.8% | 0.54% | - |
| XYZ | 19.35 | 22.82 | 4.48 | - |
| YUV | 123.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 28 | 0 | 0.02 | 0.80 | 0.46 | 58.36 | 0.66 | 0.33 |
| Hex | 8A | 87 | 1C | 0 | 2 | 50 | 2E | 3A | 42 | 21 |
| Octal | 212 | 207 | 34 | 0 | 2 | 120 | 56 | 72 | 102 | 41 |
| Binary | 10001010 | 10000111 | 11100 | 0 | 10 | 1010000 | 101110 | 111010 | 1000010 | 100001 |
Color Harmonies of #8A871C
Complementary color
Monochromatic Colors of #8A871C
Black with #8A871C
Text Example
Text Example
White with #8A871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A871C; }
p { color: rgb(138,135,28); }
H1.HeaderClassName
{
color: #8A871C;
}
.AnyTagClassName
{
color: #8A871C;
}
</style>
background-color css
<style>
a { background-color: #8A871C; }
a { background-color: rgb(138,135,28); }
div.DivClassName
{
background-color: #8A871C;
}
.BgClassName
{
background-color: #8A871C;
}
</style>
border-color css
<style>
span { border-color: #8A871C; }
span { border-color: rgb(138,135,28); }
td.TdClassName
{
border-color: #8A871C;
}
.TagClassName
{
border-color: #8A871C;
}
</style>