Shades of Spanish Green #7C926F
Tints of Spanish Green #7C926F
RGB
CMYK
RGB Variations
Color information
#7C926F (or 0x7C926F) is known color: Spanish Green. HEX triplet: 7C, 92 and 6F. RGB value is (124,146,111). Sum of RGB (Red+Green+Blue) = 124+146+111=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #7C926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C926F is #836D90. Grayscale: #878787. Windows color (decimal): -8613265 or 7311996. OLE color: 7311996.
HSL color Cylindrical-coordinate representation of color #7C926F: hue angle of 97.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C926F is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 111 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.43 |
| HSL | 97.71º | 0.14% | 0.5% | - |
| HSV(B) | 97.71º | 0.24% | 0.57% | - |
| XYZ | 21.46 | 25.99 | 18.92 | - |
| YUV | 135.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 111 | 0.15 | 0 | 0.24 | 0.43 | 97.71 | 0.14 | 0.5 |
| Hex | 7C | 92 | 6F | F | 0 | 18 | 2B | 62 | E | 32 |
| Octal | 174 | 222 | 157 | 17 | 0 | 30 | 53 | 142 | 16 | 62 |
| Binary | 1111100 | 10010010 | 1101111 | 1111 | 0 | 11000 | 101011 | 1100010 | 1110 | 110010 |
Color Harmonies of #7C926F
Complementary color
Monochromatic Colors of #7C926F
Black with #7C926F
Text Example
Text Example
White with #7C926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C926F; }
p { color: rgb(124,146,111); }
H1.HeaderClassName
{
color: #7C926F;
}
.AnyTagClassName
{
color: #7C926F;
}
</style>
background-color css
<style>
a { background-color: #7C926F; }
a { background-color: rgb(124,146,111); }
div.DivClassName
{
background-color: #7C926F;
}
.BgClassName
{
background-color: #7C926F;
}
</style>
border-color css
<style>
span { border-color: #7C926F; }
span { border-color: rgb(124,146,111); }
td.TdClassName
{
border-color: #7C926F;
}
.TagClassName
{
border-color: #7C926F;
}
</style>