Shades of Trendy Green #8C8619
Tints of Trendy Green #8C8619
RGB
CMYK
RGB Variations
Color information
#8C8619 (or 0x8C8619) is known color: Trendy Green. HEX triplet: 8C, 86 and 19. RGB value is (140,134,25). Sum of RGB (Red+Green+Blue) = 140+134+25=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8619 is #7379E6. Grayscale: #7B7B7B. Windows color (decimal): -7567847 or 1672844. OLE color: 1672844.
HSL color Cylindrical-coordinate representation of color #8C8619: hue angle of 56.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C8619 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 25 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.45 |
| HSL | 56.87º | 0.7% | 0.32% | - |
| HSV(B) | 56.87º | 0.82% | 0.55% | - |
| XYZ | 19.52 | 22.7 | 4.27 | - |
| YUV | 123.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 25 | 0 | 0.04 | 0.82 | 0.45 | 56.87 | 0.7 | 0.32 |
| Hex | 8C | 86 | 19 | 0 | 4 | 52 | 2D | 39 | 46 | 20 |
| Octal | 214 | 206 | 31 | 0 | 4 | 122 | 55 | 71 | 106 | 40 |
| Binary | 10001100 | 10000110 | 11001 | 0 | 100 | 1010010 | 101101 | 111001 | 1000110 | 100000 |
Color Harmonies of #8C8619
Complementary color
Monochromatic Colors of #8C8619
Black with #8C8619
Text Example
Text Example
White with #8C8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8619; }
p { color: rgb(140,134,25); }
H1.HeaderClassName
{
color: #8C8619;
}
.AnyTagClassName
{
color: #8C8619;
}
</style>
background-color css
<style>
a { background-color: #8C8619; }
a { background-color: rgb(140,134,25); }
div.DivClassName
{
background-color: #8C8619;
}
.BgClassName
{
background-color: #8C8619;
}
</style>
border-color css
<style>
span { border-color: #8C8619; }
span { border-color: rgb(140,134,25); }
td.TdClassName
{
border-color: #8C8619;
}
.TagClassName
{
border-color: #8C8619;
}
</style>