Shades of Trendy Green #7F7C1C
Tints of Trendy Green #7F7C1C
RGB
CMYK
RGB Variations
Color information
#7F7C1C (or 0x7F7C1C) is known color: Trendy Green. HEX triplet: 7F, 7C and 1C. RGB value is (127,124,28). Sum of RGB (Red+Green+Blue) = 127+124+28=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7C1C is #8083E3. Grayscale: #727272. Windows color (decimal): -8422372 or 1866879. OLE color: 1866879.
HSL color Cylindrical-coordinate representation of color #7F7C1C: hue angle of 58.18º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F7C1C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 124 | 28 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.50 |
| HSL | 58.18º | 0.64% | 0.3% | - |
| HSV(B) | 58.18º | 0.78% | 0.5% | - |
| XYZ | 16.17 | 19.01 | 3.92 | - |
| YUV | 113.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 28 | 0 | 0.02 | 0.78 | 0.50 | 58.18 | 0.64 | 0.3 |
| Hex | 7F | 7C | 1C | 0 | 2 | 4E | 32 | 3A | 40 | 1E |
| Octal | 177 | 174 | 34 | 0 | 2 | 116 | 62 | 72 | 100 | 36 |
| Binary | 1111111 | 1111100 | 11100 | 0 | 10 | 1001110 | 110010 | 111010 | 1000000 | 11110 |
Color Harmonies of #7F7C1C
Complementary color
Monochromatic Colors of #7F7C1C
Black with #7F7C1C
Text Example
Text Example
White with #7F7C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C1C; }
p { color: rgb(127,124,28); }
H1.HeaderClassName
{
color: #7F7C1C;
}
.AnyTagClassName
{
color: #7F7C1C;
}
</style>
background-color css
<style>
a { background-color: #7F7C1C; }
a { background-color: rgb(127,124,28); }
div.DivClassName
{
background-color: #7F7C1C;
}
.BgClassName
{
background-color: #7F7C1C;
}
</style>
border-color css
<style>
span { border-color: #7F7C1C; }
span { border-color: rgb(127,124,28); }
td.TdClassName
{
border-color: #7F7C1C;
}
.TagClassName
{
border-color: #7F7C1C;
}
</style>