Shades of Spanish Green #7B8A73
Tints of Spanish Green #7B8A73
RGB
CMYK
RGB Variations
Color information
#7B8A73 (or 0x7B8A73) is known color: Spanish Green. HEX triplet: 7B, 8A and 73. RGB value is (123,138,115). Sum of RGB (Red+Green+Blue) = 123+138+115=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8A73 is #84758C. Grayscale: #828282. Windows color (decimal): -8680845 or 7572091. OLE color: 7572091.
HSL color Cylindrical-coordinate representation of color #7B8A73: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B8A73 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 138 | 115 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.46 |
| HSL | 99.13º | 0.09% | 0.5% | - |
| HSV(B) | 99.13º | 0.17% | 0.54% | - |
| XYZ | 20.35 | 23.63 | 19.71 | - |
| YUV | 130.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 115 | 0.11 | 0 | 0.17 | 0.46 | 99.13 | 0.09 | 0.5 |
| Hex | 7B | 8A | 73 | B | 0 | 11 | 2E | 63 | 9 | 32 |
| Octal | 173 | 212 | 163 | 13 | 0 | 21 | 56 | 143 | 11 | 62 |
| Binary | 1111011 | 10001010 | 1110011 | 1011 | 0 | 10001 | 101110 | 1100011 | 1001 | 110010 |
Color Harmonies of #7B8A73
Complementary color
Monochromatic Colors of #7B8A73
Black with #7B8A73
Text Example
Text Example
White with #7B8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8A73; }
p { color: rgb(123,138,115); }
H1.HeaderClassName
{
color: #7B8A73;
}
.AnyTagClassName
{
color: #7B8A73;
}
</style>
background-color css
<style>
a { background-color: #7B8A73; }
a { background-color: rgb(123,138,115); }
div.DivClassName
{
background-color: #7B8A73;
}
.BgClassName
{
background-color: #7B8A73;
}
</style>
border-color css
<style>
span { border-color: #7B8A73; }
span { border-color: rgb(123,138,115); }
td.TdClassName
{
border-color: #7B8A73;
}
.TagClassName
{
border-color: #7B8A73;
}
</style>