Shades of Spanish Green #7E9375
Tints of Spanish Green #7E9375
RGB
CMYK
RGB Variations
Color information
#7E9375 (or 0x7E9375) is known color: Spanish Green. HEX triplet: 7E, 93 and 75. RGB value is (126,147,117). Sum of RGB (Red+Green+Blue) = 126+147+117=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9375 is #816C8A. Grayscale: #898989. Windows color (decimal): -8481931 or 7705470. OLE color: 7705470.
HSL color Cylindrical-coordinate representation of color #7E9375: hue angle of 102º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9375 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 117 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.42 |
| HSL | 102º | 0.12% | 0.52% | - |
| HSV(B) | 102º | 0.2% | 0.58% | - |
| XYZ | 22.25 | 26.59 | 20.79 | - |
| YUV | 137.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 117 | 0.14 | 0 | 0.20 | 0.42 | 102 | 0.12 | 0.52 |
| Hex | 7E | 93 | 75 | E | 0 | 14 | 2A | 66 | C | 34 |
| Octal | 176 | 223 | 165 | 16 | 0 | 24 | 52 | 146 | 14 | 64 |
| Binary | 1111110 | 10010011 | 1110101 | 1110 | 0 | 10100 | 101010 | 1100110 | 1100 | 110100 |
Color Harmonies of #7E9375
Complementary color
Monochromatic Colors of #7E9375
Black with #7E9375
Text Example
Text Example
White with #7E9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9375; }
p { color: rgb(126,147,117); }
H1.HeaderClassName
{
color: #7E9375;
}
.AnyTagClassName
{
color: #7E9375;
}
</style>
background-color css
<style>
a { background-color: #7E9375; }
a { background-color: rgb(126,147,117); }
div.DivClassName
{
background-color: #7E9375;
}
.BgClassName
{
background-color: #7E9375;
}
</style>
border-color css
<style>
span { border-color: #7E9375; }
span { border-color: rgb(126,147,117); }
td.TdClassName
{
border-color: #7E9375;
}
.TagClassName
{
border-color: #7E9375;
}
</style>