Shades of Trendy Green #7C8A19
Tints of Trendy Green #7C8A19
RGB
CMYK
RGB Variations
Color information
#7C8A19 (or 0x7C8A19) is known color: Trendy Green. HEX triplet: 7C, 8A and 19. RGB value is (124,138,25). Sum of RGB (Red+Green+Blue) = 124+138+25=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8A19 is #8375E6. Grayscale: #797979. Windows color (decimal): -8615399 or 1673852. OLE color: 1673852.
HSL color Cylindrical-coordinate representation of color #7C8A19: hue angle of 67.43º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C8A19 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 25 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.46 |
| HSL | 67.43º | 0.69% | 0.32% | - |
| HSV(B) | 67.43º | 0.82% | 0.54% | - |
| XYZ | 17.58 | 22.53 | 4.34 | - |
| YUV | 120.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 25 | 0.10 | 0 | 0.82 | 0.46 | 67.43 | 0.69 | 0.32 |
| Hex | 7C | 8A | 19 | A | 0 | 52 | 2E | 43 | 45 | 20 |
| Octal | 174 | 212 | 31 | 12 | 0 | 122 | 56 | 103 | 105 | 40 |
| Binary | 1111100 | 10001010 | 11001 | 1010 | 0 | 1010010 | 101110 | 1000011 | 1000101 | 100000 |
Color Harmonies of #7C8A19
Complementary color
Monochromatic Colors of #7C8A19
Black with #7C8A19
Text Example
Text Example
White with #7C8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A19; }
p { color: rgb(124,138,25); }
H1.HeaderClassName
{
color: #7C8A19;
}
.AnyTagClassName
{
color: #7C8A19;
}
</style>
background-color css
<style>
a { background-color: #7C8A19; }
a { background-color: rgb(124,138,25); }
div.DivClassName
{
background-color: #7C8A19;
}
.BgClassName
{
background-color: #7C8A19;
}
</style>
border-color css
<style>
span { border-color: #7C8A19; }
span { border-color: rgb(124,138,25); }
td.TdClassName
{
border-color: #7C8A19;
}
.TagClassName
{
border-color: #7C8A19;
}
</style>