Shades of Trendy Green #8C8714
Tints of Trendy Green #8C8714
RGB
CMYK
RGB Variations
Color information
#8C8714 (or 0x8C8714) is known color: Trendy Green. HEX triplet: 8C, 87 and 14. RGB value is (140,135,20). Sum of RGB (Red+Green+Blue) = 140+135+20=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8714 is #7378EB. Grayscale: #7B7B7B. Windows color (decimal): -7567596 or 1345420. OLE color: 1345420.
HSL color Cylindrical-coordinate representation of color #8C8714: hue angle of 57.5º degrees, saturation: 0.75, 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 #8C8714 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 20 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.45 |
| HSL | 57.5º | 0.75% | 0.31% | - |
| HSV(B) | 57.5º | 0.86% | 0.55% | - |
| XYZ | 19.61 | 22.95 | 4.06 | - |
| YUV | 123.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 20 | 0 | 0.04 | 0.86 | 0.45 | 57.5 | 0.75 | 0.31 |
| Hex | 8C | 87 | 14 | 0 | 4 | 56 | 2D | 3A | 4B | 1F |
| Octal | 214 | 207 | 24 | 0 | 4 | 126 | 55 | 72 | 113 | 37 |
| Binary | 10001100 | 10000111 | 10100 | 0 | 100 | 1010110 | 101101 | 111010 | 1001011 | 11111 |
Color Harmonies of #8C8714
Complementary color
Monochromatic Colors of #8C8714
Black with #8C8714
Text Example
Text Example
White with #8C8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8714; }
p { color: rgb(140,135,20); }
H1.HeaderClassName
{
color: #8C8714;
}
.AnyTagClassName
{
color: #8C8714;
}
</style>
background-color css
<style>
a { background-color: #8C8714; }
a { background-color: rgb(140,135,20); }
div.DivClassName
{
background-color: #8C8714;
}
.BgClassName
{
background-color: #8C8714;
}
</style>
border-color css
<style>
span { border-color: #8C8714; }
span { border-color: rgb(140,135,20); }
td.TdClassName
{
border-color: #8C8714;
}
.TagClassName
{
border-color: #8C8714;
}
</style>