Shades of Spanish Green #7B9171
Tints of Spanish Green #7B9171
RGB
CMYK
RGB Variations
Color information
#7B9171 (or 0x7B9171) is known color: Spanish Green. HEX triplet: 7B, 91 and 71. RGB value is (123,145,113). Sum of RGB (Red+Green+Blue) = 123+145+113=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9171 is #846E8E. Grayscale: #868686. Windows color (decimal): -8679055 or 7442811. OLE color: 7442811.
HSL color Cylindrical-coordinate representation of color #7B9171: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9171 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 113 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.43 |
| HSL | 101.25º | 0.13% | 0.51% | - |
| HSV(B) | 101.25º | 0.22% | 0.57% | - |
| XYZ | 21.27 | 25.65 | 19.45 | - |
| YUV | 134.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 113 | 0.15 | 0 | 0.22 | 0.43 | 101.25 | 0.13 | 0.51 |
| Hex | 7B | 91 | 71 | F | 0 | 16 | 2B | 65 | D | 33 |
| Octal | 173 | 221 | 161 | 17 | 0 | 26 | 53 | 145 | 15 | 63 |
| Binary | 1111011 | 10010001 | 1110001 | 1111 | 0 | 10110 | 101011 | 1100101 | 1101 | 110011 |
Color Harmonies of #7B9171
Complementary color
Monochromatic Colors of #7B9171
Black with #7B9171
Text Example
Text Example
White with #7B9171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9171; }
p { color: rgb(123,145,113); }
H1.HeaderClassName
{
color: #7B9171;
}
.AnyTagClassName
{
color: #7B9171;
}
</style>
background-color css
<style>
a { background-color: #7B9171; }
a { background-color: rgb(123,145,113); }
div.DivClassName
{
background-color: #7B9171;
}
.BgClassName
{
background-color: #7B9171;
}
</style>
border-color css
<style>
span { border-color: #7B9171; }
span { border-color: rgb(123,145,113); }
td.TdClassName
{
border-color: #7B9171;
}
.TagClassName
{
border-color: #7B9171;
}
</style>