Shades of Trendy Green #7C9218
Tints of Trendy Green #7C9218
RGB
CMYK
RGB Variations
Color information
#7C9218 (or 0x7C9218) is known color: Trendy Green. HEX triplet: 7C, 92 and 18. RGB value is (124,146,24). Sum of RGB (Red+Green+Blue) = 124+146+24=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9218 is #836DE7. Grayscale: #7D7D7D. Windows color (decimal): -8613352 or 1610364. OLE color: 1610364.
HSL color Cylindrical-coordinate representation of color #7C9218: hue angle of 70.82º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C9218 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 24 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.43 |
| HSL | 70.82º | 0.72% | 0.33% | - |
| HSV(B) | 70.82º | 0.84% | 0.57% | - |
| XYZ | 18.76 | 24.91 | 4.68 | - |
| YUV | 125.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 24 | 0.15 | 0 | 0.84 | 0.43 | 70.82 | 0.72 | 0.33 |
| Hex | 7C | 92 | 18 | F | 0 | 54 | 2B | 47 | 48 | 21 |
| Octal | 174 | 222 | 30 | 17 | 0 | 124 | 53 | 107 | 110 | 41 |
| Binary | 1111100 | 10010010 | 11000 | 1111 | 0 | 1010100 | 101011 | 1000111 | 1001000 | 100001 |
Color Harmonies of #7C9218
Complementary color
Monochromatic Colors of #7C9218
Black with #7C9218
Text Example
Text Example
White with #7C9218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9218; }
p { color: rgb(124,146,24); }
H1.HeaderClassName
{
color: #7C9218;
}
.AnyTagClassName
{
color: #7C9218;
}
</style>
background-color css
<style>
a { background-color: #7C9218; }
a { background-color: rgb(124,146,24); }
div.DivClassName
{
background-color: #7C9218;
}
.BgClassName
{
background-color: #7C9218;
}
</style>
border-color css
<style>
span { border-color: #7C9218; }
span { border-color: rgb(124,146,24); }
td.TdClassName
{
border-color: #7C9218;
}
.TagClassName
{
border-color: #7C9218;
}
</style>