Shades of Trendy Green #7C8B1C
Tints of Trendy Green #7C8B1C
RGB
CMYK
RGB Variations
Color information
#7C8B1C (or 0x7C8B1C) is known color: Trendy Green. HEX triplet: 7C, 8B and 1C. RGB value is (124,139,28). Sum of RGB (Red+Green+Blue) = 124+139+28=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8B1C is #8374E3. Grayscale: #7A7A7A. Windows color (decimal): -8615140 or 1870716. OLE color: 1870716.
HSL color Cylindrical-coordinate representation of color #7C8B1C: hue angle of 68.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C8B1C is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 28 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.45 |
| HSL | 68.11º | 0.66% | 0.33% | - |
| HSV(B) | 68.11º | 0.8% | 0.55% | - |
| XYZ | 17.75 | 22.83 | 4.57 | - |
| YUV | 121.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 28 | 0.11 | 0 | 0.80 | 0.45 | 68.11 | 0.66 | 0.33 |
| Hex | 7C | 8B | 1C | B | 0 | 50 | 2D | 44 | 42 | 21 |
| Octal | 174 | 213 | 34 | 13 | 0 | 120 | 55 | 104 | 102 | 41 |
| Binary | 1111100 | 10001011 | 11100 | 1011 | 0 | 1010000 | 101101 | 1000100 | 1000010 | 100001 |
Color Harmonies of #7C8B1C
Complementary color
Monochromatic Colors of #7C8B1C
Black with #7C8B1C
Text Example
Text Example
White with #7C8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B1C; }
p { color: rgb(124,139,28); }
H1.HeaderClassName
{
color: #7C8B1C;
}
.AnyTagClassName
{
color: #7C8B1C;
}
</style>
background-color css
<style>
a { background-color: #7C8B1C; }
a { background-color: rgb(124,139,28); }
div.DivClassName
{
background-color: #7C8B1C;
}
.BgClassName
{
background-color: #7C8B1C;
}
</style>
border-color css
<style>
span { border-color: #7C8B1C; }
span { border-color: rgb(124,139,28); }
td.TdClassName
{
border-color: #7C8B1C;
}
.TagClassName
{
border-color: #7C8B1C;
}
</style>