Shades of Spanish Green #7C8D75
Tints of Spanish Green #7C8D75
RGB
CMYK
RGB Variations
Color information
#7C8D75 (or 0x7C8D75) is known color: Spanish Green. HEX triplet: 7C, 8D and 75. RGB value is (124,141,117). Sum of RGB (Red+Green+Blue) = 124+141+117=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8D75 is #83728A. Grayscale: #858585. Windows color (decimal): -8614539 or 7703932. OLE color: 7703932.
HSL color Cylindrical-coordinate representation of color #7C8D75: hue angle of 102.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C8D75 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 117 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.45 |
| HSL | 102.5º | 0.1% | 0.51% | - |
| HSV(B) | 102.5º | 0.17% | 0.55% | - |
| XYZ | 21.05 | 24.62 | 20.47 | - |
| YUV | 133.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 117 | 0.12 | 0 | 0.17 | 0.45 | 102.5 | 0.1 | 0.51 |
| Hex | 7C | 8D | 75 | C | 0 | 11 | 2D | 66 | A | 33 |
| Octal | 174 | 215 | 165 | 14 | 0 | 21 | 55 | 146 | 12 | 63 |
| Binary | 1111100 | 10001101 | 1110101 | 1100 | 0 | 10001 | 101101 | 1100110 | 1010 | 110011 |
Color Harmonies of #7C8D75
Complementary color
Monochromatic Colors of #7C8D75
Black with #7C8D75
Text Example
Text Example
White with #7C8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D75; }
p { color: rgb(124,141,117); }
H1.HeaderClassName
{
color: #7C8D75;
}
.AnyTagClassName
{
color: #7C8D75;
}
</style>
background-color css
<style>
a { background-color: #7C8D75; }
a { background-color: rgb(124,141,117); }
div.DivClassName
{
background-color: #7C8D75;
}
.BgClassName
{
background-color: #7C8D75;
}
</style>
border-color css
<style>
span { border-color: #7C8D75; }
span { border-color: rgb(124,141,117); }
td.TdClassName
{
border-color: #7C8D75;
}
.TagClassName
{
border-color: #7C8D75;
}
</style>