Shades of Spanish Green #7F937A
Tints of Spanish Green #7F937A
RGB
CMYK
RGB Variations
Color information
#7F937A (or 0x7F937A) is known color: Spanish Green. HEX triplet: 7F, 93 and 7A. RGB value is (127,147,122). Sum of RGB (Red+Green+Blue) = 127+147+122=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #7F937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F937A is #806C85. Grayscale: #8A8A8A. Windows color (decimal): -8416390 or 8033151. OLE color: 8033151.
HSL color Cylindrical-coordinate representation of color #7F937A: hue angle of 108º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F937A is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 122 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.42 |
| HSL | 108º | 0.1% | 0.53% | - |
| HSV(B) | 108º | 0.17% | 0.58% | - |
| XYZ | 22.7 | 26.78 | 22.39 | - |
| YUV | 138.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 122 | 0.14 | 0 | 0.17 | 0.42 | 108 | 0.1 | 0.53 |
| Hex | 7F | 93 | 7A | E | 0 | 11 | 2A | 6C | A | 35 |
| Octal | 177 | 223 | 172 | 16 | 0 | 21 | 52 | 154 | 12 | 65 |
| Binary | 1111111 | 10010011 | 1111010 | 1110 | 0 | 10001 | 101010 | 1101100 | 1010 | 110101 |
Color Harmonies of #7F937A
Complementary color
Monochromatic Colors of #7F937A
Black with #7F937A
Text Example
Text Example
White with #7F937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F937A; }
p { color: rgb(127,147,122); }
H1.HeaderClassName
{
color: #7F937A;
}
.AnyTagClassName
{
color: #7F937A;
}
</style>
background-color css
<style>
a { background-color: #7F937A; }
a { background-color: rgb(127,147,122); }
div.DivClassName
{
background-color: #7F937A;
}
.BgClassName
{
background-color: #7F937A;
}
</style>
border-color css
<style>
span { border-color: #7F937A; }
span { border-color: rgb(127,147,122); }
td.TdClassName
{
border-color: #7F937A;
}
.TagClassName
{
border-color: #7F937A;
}
</style>