Shades of Spanish Green #7F907B
Tints of Spanish Green #7F907B
RGB
CMYK
RGB Variations
Color information
#7F907B (or 0x7F907B) is known color: Spanish Green. HEX triplet: 7F, 90 and 7B. RGB value is (127,144,123). Sum of RGB (Red+Green+Blue) = 127+144+123=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #7F907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F907B is #806F84. Grayscale: #888888. Windows color (decimal): -8417157 or 8097919. OLE color: 8097919.
HSL color Cylindrical-coordinate representation of color #7F907B: hue angle of 108.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F907B is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 123 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.44 |
| HSL | 108.57º | 0.09% | 0.52% | - |
| HSV(B) | 108.57º | 0.15% | 0.56% | - |
| XYZ | 22.3 | 25.89 | 22.56 | - |
| YUV | 136.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 123 | 0.12 | 0 | 0.15 | 0.44 | 108.57 | 0.09 | 0.52 |
| Hex | 7F | 90 | 7B | C | 0 | F | 2C | 6D | 9 | 34 |
| Octal | 177 | 220 | 173 | 14 | 0 | 17 | 54 | 155 | 11 | 64 |
| Binary | 1111111 | 10010000 | 1111011 | 1100 | 0 | 1111 | 101100 | 1101101 | 1001 | 110100 |
Color Harmonies of #7F907B
Complementary color
Monochromatic Colors of #7F907B
Black with #7F907B
Text Example
Text Example
White with #7F907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F907B; }
p { color: rgb(127,144,123); }
H1.HeaderClassName
{
color: #7F907B;
}
.AnyTagClassName
{
color: #7F907B;
}
</style>
background-color css
<style>
a { background-color: #7F907B; }
a { background-color: rgb(127,144,123); }
div.DivClassName
{
background-color: #7F907B;
}
.BgClassName
{
background-color: #7F907B;
}
</style>
border-color css
<style>
span { border-color: #7F907B; }
span { border-color: rgb(127,144,123); }
td.TdClassName
{
border-color: #7F907B;
}
.TagClassName
{
border-color: #7F907B;
}
</style>