Shades of Trendy Green #807C25
Tints of Trendy Green #807C25
RGB
CMYK
RGB Variations
Color information
#807C25 (or 0x807C25) is known color: Trendy Green. HEX triplet: 80, 7C and 25. RGB value is (128,124,37). Sum of RGB (Red+Green+Blue) = 128+124+37=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #807C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C25 is #7F83DA. Grayscale: #737373. Windows color (decimal): -8356827 or 2456704. OLE color: 2456704.
HSL color Cylindrical-coordinate representation of color #807C25: hue angle of 57.36º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #807C25 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 37 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.50 |
| HSL | 57.36º | 0.55% | 0.32% | - |
| HSV(B) | 57.36º | 0.71% | 0.5% | - |
| XYZ | 16.44 | 19.14 | 4.58 | - |
| YUV | 115.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 37 | 0 | 0.03 | 0.71 | 0.50 | 57.36 | 0.55 | 0.32 |
| Hex | 80 | 7C | 25 | 0 | 3 | 47 | 32 | 39 | 37 | 20 |
| Octal | 200 | 174 | 45 | 0 | 3 | 107 | 62 | 71 | 67 | 40 |
| Binary | 10000000 | 1111100 | 100101 | 0 | 11 | 1000111 | 110010 | 111001 | 110111 | 100000 |
Color Harmonies of #807C25
Complementary color
Monochromatic Colors of #807C25
Black with #807C25
Text Example
Text Example
White with #807C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C25; }
p { color: rgb(128,124,37); }
H1.HeaderClassName
{
color: #807C25;
}
.AnyTagClassName
{
color: #807C25;
}
</style>
background-color css
<style>
a { background-color: #807C25; }
a { background-color: rgb(128,124,37); }
div.DivClassName
{
background-color: #807C25;
}
.BgClassName
{
background-color: #807C25;
}
</style>
border-color css
<style>
span { border-color: #807C25; }
span { border-color: rgb(128,124,37); }
td.TdClassName
{
border-color: #807C25;
}
.TagClassName
{
border-color: #807C25;
}
</style>