Shades of Trendy Green #7C8330
Tints of Trendy Green #7C8330
RGB
CMYK
RGB Variations
Color information
#7C8330 (or 0x7C8330) is known color: Trendy Green. HEX triplet: 7C, 83 and 30. RGB value is (124,131,48). Sum of RGB (Red+Green+Blue) = 124+131+48=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8330 is #837CCF. Grayscale: #777777. Windows color (decimal): -8617168 or 3179388. OLE color: 3179388.
HSL color Cylindrical-coordinate representation of color #7C8330: hue angle of 65.06º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C8330 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 131 | 48 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.49 |
| HSL | 65.06º | 0.46% | 0.35% | - |
| HSV(B) | 65.06º | 0.63% | 0.51% | - |
| XYZ | 16.96 | 20.73 | 5.9 | - |
| YUV | 119.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 131 | 48 | 0.05 | 0 | 0.63 | 0.49 | 65.06 | 0.46 | 0.35 |
| Hex | 7C | 83 | 30 | 5 | 0 | 3F | 31 | 41 | 2E | 23 |
| Octal | 174 | 203 | 60 | 5 | 0 | 77 | 61 | 101 | 56 | 43 |
| Binary | 1111100 | 10000011 | 110000 | 101 | 0 | 111111 | 110001 | 1000001 | 101110 | 100011 |
Color Harmonies of #7C8330
Complementary color
Monochromatic Colors of #7C8330
Black with #7C8330
Text Example
Text Example
White with #7C8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8330; }
p { color: rgb(124,131,48); }
H1.HeaderClassName
{
color: #7C8330;
}
.AnyTagClassName
{
color: #7C8330;
}
</style>
background-color css
<style>
a { background-color: #7C8330; }
a { background-color: rgb(124,131,48); }
div.DivClassName
{
background-color: #7C8330;
}
.BgClassName
{
background-color: #7C8330;
}
</style>
border-color css
<style>
span { border-color: #7C8330; }
span { border-color: rgb(124,131,48); }
td.TdClassName
{
border-color: #7C8330;
}
.TagClassName
{
border-color: #7C8330;
}
</style>