Shades of Spanish Green #7C9274
Tints of Spanish Green #7C9274
RGB
CMYK
RGB Variations
Color information
#7C9274 (or 0x7C9274) is known color: Spanish Green. HEX triplet: 7C, 92 and 74. RGB value is (124,146,116). Sum of RGB (Red+Green+Blue) = 124+146+116=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9274 is #836D8B. Grayscale: #888888. Windows color (decimal): -8613260 or 7639676. OLE color: 7639676.
HSL color Cylindrical-coordinate representation of color #7C9274: hue angle of 104º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9274 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 116 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.43 |
| HSL | 104º | 0.12% | 0.51% | - |
| HSV(B) | 104º | 0.21% | 0.57% | - |
| XYZ | 21.74 | 26.1 | 20.42 | - |
| YUV | 136 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 116 | 0.15 | 0 | 0.21 | 0.43 | 104 | 0.12 | 0.51 |
| Hex | 7C | 92 | 74 | F | 0 | 15 | 2B | 68 | C | 33 |
| Octal | 174 | 222 | 164 | 17 | 0 | 25 | 53 | 150 | 14 | 63 |
| Binary | 1111100 | 10010010 | 1110100 | 1111 | 0 | 10101 | 101011 | 1101000 | 1100 | 110011 |
Color Harmonies of #7C9274
Complementary color
Monochromatic Colors of #7C9274
Black with #7C9274
Text Example
Text Example
White with #7C9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9274; }
p { color: rgb(124,146,116); }
H1.HeaderClassName
{
color: #7C9274;
}
.AnyTagClassName
{
color: #7C9274;
}
</style>
background-color css
<style>
a { background-color: #7C9274; }
a { background-color: rgb(124,146,116); }
div.DivClassName
{
background-color: #7C9274;
}
.BgClassName
{
background-color: #7C9274;
}
</style>
border-color css
<style>
span { border-color: #7C9274; }
span { border-color: rgb(124,146,116); }
td.TdClassName
{
border-color: #7C9274;
}
.TagClassName
{
border-color: #7C9274;
}
</style>