Shades of Spanish Green #7C857A
Tints of Spanish Green #7C857A
RGB
CMYK
RGB Variations
Color information
#7C857A (or 0x7C857A) is known color: Spanish Green. HEX triplet: 7C, 85 and 7A. RGB value is (124,133,122). Sum of RGB (Red+Green+Blue) = 124+133+122=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #7C857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C857A is #837A85. Grayscale: #818181. Windows color (decimal): -8616582 or 8029564. OLE color: 8029564.
HSL color Cylindrical-coordinate representation of color #7C857A: hue angle of 109.09º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C857A is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 122 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.48 |
| HSL | 109.09º | 0.04% | 0.5% | - |
| HSV(B) | 109.09º | 0.08% | 0.52% | - |
| XYZ | 20.21 | 22.47 | 21.68 | - |
| YUV | 129.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 122 | 0.07 | 0 | 0.08 | 0.48 | 109.09 | 0.04 | 0.5 |
| Hex | 7C | 85 | 7A | 7 | 0 | 8 | 30 | 6D | 4 | 32 |
| Octal | 174 | 205 | 172 | 7 | 0 | 10 | 60 | 155 | 4 | 62 |
| Binary | 1111100 | 10000101 | 1111010 | 111 | 0 | 1000 | 110000 | 1101101 | 100 | 110010 |
Color Harmonies of #7C857A
Complementary color
Monochromatic Colors of #7C857A
Black with #7C857A
Text Example
Text Example
White with #7C857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C857A; }
p { color: rgb(124,133,122); }
H1.HeaderClassName
{
color: #7C857A;
}
.AnyTagClassName
{
color: #7C857A;
}
</style>
background-color css
<style>
a { background-color: #7C857A; }
a { background-color: rgb(124,133,122); }
div.DivClassName
{
background-color: #7C857A;
}
.BgClassName
{
background-color: #7C857A;
}
</style>
border-color css
<style>
span { border-color: #7C857A; }
span { border-color: rgb(124,133,122); }
td.TdClassName
{
border-color: #7C857A;
}
.TagClassName
{
border-color: #7C857A;
}
</style>