Shades of Spanish Green #7B8D71
Tints of Spanish Green #7B8D71
RGB
CMYK
RGB Variations
Color information
#7B8D71 (or 0x7B8D71) is known color: Spanish Green. HEX triplet: 7B, 8D and 71. RGB value is (123,141,113). Sum of RGB (Red+Green+Blue) = 123+141+113=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8D71 is #84728E. Grayscale: #848484. Windows color (decimal): -8680079 or 7441787. OLE color: 7441787.
HSL color Cylindrical-coordinate representation of color #7B8D71: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B8D71 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 141 | 113 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.45 |
| HSL | 98.57º | 0.11% | 0.5% | - |
| HSV(B) | 98.57º | 0.2% | 0.55% | - |
| XYZ | 20.67 | 24.45 | 19.25 | - |
| YUV | 132.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 113 | 0.13 | 0 | 0.20 | 0.45 | 98.57 | 0.11 | 0.5 |
| Hex | 7B | 8D | 71 | D | 0 | 14 | 2D | 63 | B | 32 |
| Octal | 173 | 215 | 161 | 15 | 0 | 24 | 55 | 143 | 13 | 62 |
| Binary | 1111011 | 10001101 | 1110001 | 1101 | 0 | 10100 | 101101 | 1100011 | 1011 | 110010 |
Color Harmonies of #7B8D71
Complementary color
Monochromatic Colors of #7B8D71
Black with #7B8D71
Text Example
Text Example
White with #7B8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8D71; }
p { color: rgb(123,141,113); }
H1.HeaderClassName
{
color: #7B8D71;
}
.AnyTagClassName
{
color: #7B8D71;
}
</style>
background-color css
<style>
a { background-color: #7B8D71; }
a { background-color: rgb(123,141,113); }
div.DivClassName
{
background-color: #7B8D71;
}
.BgClassName
{
background-color: #7B8D71;
}
</style>
border-color css
<style>
span { border-color: #7B8D71; }
span { border-color: rgb(123,141,113); }
td.TdClassName
{
border-color: #7B8D71;
}
.TagClassName
{
border-color: #7B8D71;
}
</style>