Shades of Trendy Green #8C881D
Tints of Trendy Green #8C881D
RGB
CMYK
RGB Variations
Color information
#8C881D (or 0x8C881D) is known color: Trendy Green. HEX triplet: 8C, 88 and 1D. RGB value is (140,136,29). Sum of RGB (Red+Green+Blue) = 140+136+29=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C881D is #7377E2. Grayscale: #7D7D7D. Windows color (decimal): -7567331 or 1935500. OLE color: 1935500.
HSL color Cylindrical-coordinate representation of color #8C881D: hue angle of 57.84º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C881D is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 29 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.45 |
| HSL | 57.84º | 0.66% | 0.33% | - |
| HSV(B) | 57.84º | 0.79% | 0.55% | - |
| XYZ | 19.84 | 23.27 | 4.61 | - |
| YUV | 125 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 29 | 0 | 0.03 | 0.79 | 0.45 | 57.84 | 0.66 | 0.33 |
| Hex | 8C | 88 | 1D | 0 | 3 | 4F | 2D | 3A | 42 | 21 |
| Octal | 214 | 210 | 35 | 0 | 3 | 117 | 55 | 72 | 102 | 41 |
| Binary | 10001100 | 10001000 | 11101 | 0 | 11 | 1001111 | 101101 | 111010 | 1000010 | 100001 |
Color Harmonies of #8C881D
Complementary color
Monochromatic Colors of #8C881D
Black with #8C881D
Text Example
Text Example
White with #8C881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C881D; }
p { color: rgb(140,136,29); }
H1.HeaderClassName
{
color: #8C881D;
}
.AnyTagClassName
{
color: #8C881D;
}
</style>
background-color css
<style>
a { background-color: #8C881D; }
a { background-color: rgb(140,136,29); }
div.DivClassName
{
background-color: #8C881D;
}
.BgClassName
{
background-color: #8C881D;
}
</style>
border-color css
<style>
span { border-color: #8C881D; }
span { border-color: rgb(140,136,29); }
td.TdClassName
{
border-color: #8C881D;
}
.TagClassName
{
border-color: #8C881D;
}
</style>