Shades of Trendy Green #807C18
Tints of Trendy Green #807C18
RGB
CMYK
RGB Variations
Color information
#807C18 (or 0x807C18) is known color: Trendy Green. HEX triplet: 80, 7C and 18. RGB value is (128,124,24). Sum of RGB (Red+Green+Blue) = 128+124+24=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #807C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C18 is #7F83E7. Grayscale: #727272. Windows color (decimal): -8356840 or 1604736. OLE color: 1604736.
HSL color Cylindrical-coordinate representation of color #807C18: hue angle of 57.69º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #807C18 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 24 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.50 |
| HSL | 57.69º | 0.68% | 0.3% | - |
| HSV(B) | 57.69º | 0.81% | 0.5% | - |
| XYZ | 16.27 | 19.07 | 3.69 | - |
| YUV | 113.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 24 | 0 | 0.03 | 0.81 | 0.50 | 57.69 | 0.68 | 0.3 |
| Hex | 80 | 7C | 18 | 0 | 3 | 51 | 32 | 3A | 44 | 1E |
| Octal | 200 | 174 | 30 | 0 | 3 | 121 | 62 | 72 | 104 | 36 |
| Binary | 10000000 | 1111100 | 11000 | 0 | 11 | 1010001 | 110010 | 111010 | 1000100 | 11110 |
Color Harmonies of #807C18
Complementary color
Monochromatic Colors of #807C18
Black with #807C18
Text Example
Text Example
White with #807C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C18; }
p { color: rgb(128,124,24); }
H1.HeaderClassName
{
color: #807C18;
}
.AnyTagClassName
{
color: #807C18;
}
</style>
background-color css
<style>
a { background-color: #807C18; }
a { background-color: rgb(128,124,24); }
div.DivClassName
{
background-color: #807C18;
}
.BgClassName
{
background-color: #807C18;
}
</style>
border-color css
<style>
span { border-color: #807C18; }
span { border-color: rgb(128,124,24); }
td.TdClassName
{
border-color: #807C18;
}
.TagClassName
{
border-color: #807C18;
}
</style>