Shades of Trendy Green #807E18
Tints of Trendy Green #807E18
RGB
CMYK
RGB Variations
Color information
#807E18 (or 0x807E18) is known color: Trendy Green. HEX triplet: 80, 7E and 18. RGB value is (128,126,24). Sum of RGB (Red+Green+Blue) = 128+126+24=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #807E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807E18 is #7F81E7. Grayscale: #737373. Windows color (decimal): -8356328 or 1605248. OLE color: 1605248.
HSL color Cylindrical-coordinate representation of color #807E18: hue angle of 58.85º 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 #807E18 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 24 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.50 |
| HSL | 58.85º | 0.68% | 0.3% | - |
| HSV(B) | 58.85º | 0.81% | 0.5% | - |
| XYZ | 16.53 | 19.58 | 3.77 | - |
| YUV | 114.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 24 | 0 | 0.02 | 0.81 | 0.50 | 58.85 | 0.68 | 0.3 |
| Hex | 80 | 7E | 18 | 0 | 2 | 51 | 32 | 3B | 44 | 1E |
| Octal | 200 | 176 | 30 | 0 | 2 | 121 | 62 | 73 | 104 | 36 |
| Binary | 10000000 | 1111110 | 11000 | 0 | 10 | 1010001 | 110010 | 111011 | 1000100 | 11110 |
Color Harmonies of #807E18
Complementary color
Monochromatic Colors of #807E18
Black with #807E18
Text Example
Text Example
White with #807E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E18; }
p { color: rgb(128,126,24); }
H1.HeaderClassName
{
color: #807E18;
}
.AnyTagClassName
{
color: #807E18;
}
</style>
background-color css
<style>
a { background-color: #807E18; }
a { background-color: rgb(128,126,24); }
div.DivClassName
{
background-color: #807E18;
}
.BgClassName
{
background-color: #807E18;
}
</style>
border-color css
<style>
span { border-color: #807E18; }
span { border-color: rgb(128,126,24); }
td.TdClassName
{
border-color: #807E18;
}
.TagClassName
{
border-color: #807E18;
}
</style>