Shades of Spanish Green #7B8D77
Tints of Spanish Green #7B8D77
RGB
CMYK
RGB Variations
Color information
#7B8D77 (or 0x7B8D77) is known color: Spanish Green. HEX triplet: 7B, 8D and 77. RGB value is (123,141,119). Sum of RGB (Red+Green+Blue) = 123+141+119=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8D77 is #847288. Grayscale: #858585. Windows color (decimal): -8680073 or 7835003. OLE color: 7835003.
HSL color Cylindrical-coordinate representation of color #7B8D77: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8D77 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 141 | 119 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.45 |
| HSL | 109.09º | 0.09% | 0.51% | - |
| HSV(B) | 109.09º | 0.16% | 0.55% | - |
| XYZ | 21.02 | 24.59 | 21.09 | - |
| YUV | 133.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 119 | 0.13 | 0 | 0.16 | 0.45 | 109.09 | 0.09 | 0.51 |
| Hex | 7B | 8D | 77 | D | 0 | 10 | 2D | 6D | 9 | 33 |
| Octal | 173 | 215 | 167 | 15 | 0 | 20 | 55 | 155 | 11 | 63 |
| Binary | 1111011 | 10001101 | 1110111 | 1101 | 0 | 10000 | 101101 | 1101101 | 1001 | 110011 |
Color Harmonies of #7B8D77
Complementary color
Monochromatic Colors of #7B8D77
Black with #7B8D77
Text Example
Text Example
White with #7B8D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8D77; }
p { color: rgb(123,141,119); }
H1.HeaderClassName
{
color: #7B8D77;
}
.AnyTagClassName
{
color: #7B8D77;
}
</style>
background-color css
<style>
a { background-color: #7B8D77; }
a { background-color: rgb(123,141,119); }
div.DivClassName
{
background-color: #7B8D77;
}
.BgClassName
{
background-color: #7B8D77;
}
</style>
border-color css
<style>
span { border-color: #7B8D77; }
span { border-color: rgb(123,141,119); }
td.TdClassName
{
border-color: #7B8D77;
}
.TagClassName
{
border-color: #7B8D77;
}
</style>