Shades of Trendy Green #7C7F38
Tints of Trendy Green #7C7F38
RGB
CMYK
RGB Variations
Color information
#7C7F38 (or 0x7C7F38) is known color: Trendy Green. HEX triplet: 7C, 7F and 38. RGB value is (124,127,56). Sum of RGB (Red+Green+Blue) = 124+127+56=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7F38 is #8380C7. Grayscale: #767676. Windows color (decimal): -8618184 or 3702652. OLE color: 3702652.
HSL color Cylindrical-coordinate representation of color #7C7F38: hue angle of 62.54º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C7F38 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 127 | 56 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.50 |
| HSL | 62.54º | 0.39% | 0.36% | - |
| HSV(B) | 62.54º | 0.56% | 0.5% | - |
| XYZ | 16.62 | 19.75 | 6.68 | - |
| YUV | 118.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 56 | 0.02 | 0 | 0.56 | 0.50 | 62.54 | 0.39 | 0.36 |
| Hex | 7C | 7F | 38 | 2 | 0 | 38 | 32 | 3F | 27 | 24 |
| Octal | 174 | 177 | 70 | 2 | 0 | 70 | 62 | 77 | 47 | 44 |
| Binary | 1111100 | 1111111 | 111000 | 10 | 0 | 111000 | 110010 | 111111 | 100111 | 100100 |
Color Harmonies of #7C7F38
Complementary color
Monochromatic Colors of #7C7F38
Black with #7C7F38
Text Example
Text Example
White with #7C7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7F38; }
p { color: rgb(124,127,56); }
H1.HeaderClassName
{
color: #7C7F38;
}
.AnyTagClassName
{
color: #7C7F38;
}
</style>
background-color css
<style>
a { background-color: #7C7F38; }
a { background-color: rgb(124,127,56); }
div.DivClassName
{
background-color: #7C7F38;
}
.BgClassName
{
background-color: #7C7F38;
}
</style>
border-color css
<style>
span { border-color: #7C7F38; }
span { border-color: rgb(124,127,56); }
td.TdClassName
{
border-color: #7C7F38;
}
.TagClassName
{
border-color: #7C7F38;
}
</style>