Shades of Trendy Green #8C8813
Tints of Trendy Green #8C8813
RGB
CMYK
RGB Variations
Color information
#8C8813 (or 0x8C8813) is known color: Trendy Green. HEX triplet: 8C, 88 and 13. RGB value is (140,136,19). Sum of RGB (Red+Green+Blue) = 140+136+19=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8813 is #7377EC. Grayscale: #7C7C7C. Windows color (decimal): -7567341 or 1280140. OLE color: 1280140.
HSL color Cylindrical-coordinate representation of color #8C8813: hue angle of 58.02º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C8813 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 19 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.45 |
| HSL | 58.02º | 0.76% | 0.31% | - |
| HSV(B) | 58.02º | 0.86% | 0.55% | - |
| XYZ | 19.74 | 23.23 | 4.06 | - |
| YUV | 123.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 19 | 0 | 0.03 | 0.86 | 0.45 | 58.02 | 0.76 | 0.31 |
| Hex | 8C | 88 | 13 | 0 | 3 | 56 | 2D | 3A | 4C | 1F |
| Octal | 214 | 210 | 23 | 0 | 3 | 126 | 55 | 72 | 114 | 37 |
| Binary | 10001100 | 10001000 | 10011 | 0 | 11 | 1010110 | 101101 | 111010 | 1001100 | 11111 |
Color Harmonies of #8C8813
Complementary color
Monochromatic Colors of #8C8813
Black with #8C8813
Text Example
Text Example
White with #8C8813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8813; }
p { color: rgb(140,136,19); }
H1.HeaderClassName
{
color: #8C8813;
}
.AnyTagClassName
{
color: #8C8813;
}
</style>
background-color css
<style>
a { background-color: #8C8813; }
a { background-color: rgb(140,136,19); }
div.DivClassName
{
background-color: #8C8813;
}
.BgClassName
{
background-color: #8C8813;
}
</style>
border-color css
<style>
span { border-color: #8C8813; }
span { border-color: rgb(140,136,19); }
td.TdClassName
{
border-color: #8C8813;
}
.TagClassName
{
border-color: #8C8813;
}
</style>