Shades of Spanish Green #7F8E75
Tints of Spanish Green #7F8E75
RGB
CMYK
RGB Variations
Color information
#7F8E75 (or 0x7F8E75) is known color: Spanish Green. HEX triplet: 7F, 8E and 75. RGB value is (127,142,117). Sum of RGB (Red+Green+Blue) = 127+142+117=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E75 is #80718A. Grayscale: #868686. Windows color (decimal): -8417675 or 7704191. OLE color: 7704191.
HSL color Cylindrical-coordinate representation of color #7F8E75: hue angle of 96º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F8E75 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 142 | 117 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.44 |
| HSL | 96º | 0.1% | 0.51% | - |
| HSV(B) | 96º | 0.18% | 0.56% | - |
| XYZ | 21.64 | 25.14 | 20.54 | - |
| YUV | 134.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 117 | 0.11 | 0 | 0.18 | 0.44 | 96 | 0.1 | 0.51 |
| Hex | 7F | 8E | 75 | B | 0 | 12 | 2C | 60 | A | 33 |
| Octal | 177 | 216 | 165 | 13 | 0 | 22 | 54 | 140 | 12 | 63 |
| Binary | 1111111 | 10001110 | 1110101 | 1011 | 0 | 10010 | 101100 | 1100000 | 1010 | 110011 |
Color Harmonies of #7F8E75
Complementary color
Monochromatic Colors of #7F8E75
Black with #7F8E75
Text Example
Text Example
White with #7F8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8E75; }
p { color: rgb(127,142,117); }
H1.HeaderClassName
{
color: #7F8E75;
}
.AnyTagClassName
{
color: #7F8E75;
}
</style>
background-color css
<style>
a { background-color: #7F8E75; }
a { background-color: rgb(127,142,117); }
div.DivClassName
{
background-color: #7F8E75;
}
.BgClassName
{
background-color: #7F8E75;
}
</style>
border-color css
<style>
span { border-color: #7F8E75; }
span { border-color: rgb(127,142,117); }
td.TdClassName
{
border-color: #7F8E75;
}
.TagClassName
{
border-color: #7F8E75;
}
</style>