Shades of Spanish Green #7F917A
Tints of Spanish Green #7F917A
RGB
CMYK
RGB Variations
Color information
#7F917A (or 0x7F917A) is known color: Spanish Green. HEX triplet: 7F, 91 and 7A. RGB value is (127,145,122). Sum of RGB (Red+Green+Blue) = 127+145+122=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #7F917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F917A is #806E85. Grayscale: #898989. Windows color (decimal): -8416902 or 8032639. OLE color: 8032639.
HSL color Cylindrical-coordinate representation of color #7F917A: hue angle of 106.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F917A is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 122 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.43 |
| HSL | 106.96º | 0.09% | 0.52% | - |
| HSV(B) | 106.96º | 0.16% | 0.57% | - |
| XYZ | 22.39 | 26.17 | 22.28 | - |
| YUV | 137 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 122 | 0.12 | 0 | 0.16 | 0.43 | 106.96 | 0.09 | 0.52 |
| Hex | 7F | 91 | 7A | C | 0 | 10 | 2B | 6B | 9 | 34 |
| Octal | 177 | 221 | 172 | 14 | 0 | 20 | 53 | 153 | 11 | 64 |
| Binary | 1111111 | 10010001 | 1111010 | 1100 | 0 | 10000 | 101011 | 1101011 | 1001 | 110100 |
Color Harmonies of #7F917A
Complementary color
Monochromatic Colors of #7F917A
Black with #7F917A
Text Example
Text Example
White with #7F917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F917A; }
p { color: rgb(127,145,122); }
H1.HeaderClassName
{
color: #7F917A;
}
.AnyTagClassName
{
color: #7F917A;
}
</style>
background-color css
<style>
a { background-color: #7F917A; }
a { background-color: rgb(127,145,122); }
div.DivClassName
{
background-color: #7F917A;
}
.BgClassName
{
background-color: #7F917A;
}
</style>
border-color css
<style>
span { border-color: #7F917A; }
span { border-color: rgb(127,145,122); }
td.TdClassName
{
border-color: #7F917A;
}
.TagClassName
{
border-color: #7F917A;
}
</style>