Shades of Spanish Green #7B8974
Tints of Spanish Green #7B8974
RGB
CMYK
RGB Variations
Color information
#7B8974 (or 0x7B8974) is known color: Spanish Green. HEX triplet: 7B, 89 and 74. RGB value is (123,137,116). Sum of RGB (Red+Green+Blue) = 123+137+116=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8974 is #84768B. Grayscale: #828282. Windows color (decimal): -8681100 or 7637371. OLE color: 7637371.
HSL color Cylindrical-coordinate representation of color #7B8974: hue angle of 100º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B8974 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 116 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.46 |
| HSL | 100º | 0.08% | 0.5% | - |
| HSV(B) | 100º | 0.15% | 0.54% | - |
| XYZ | 20.27 | 23.36 | 19.96 | - |
| YUV | 130.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 116 | 0.10 | 0 | 0.15 | 0.46 | 100 | 0.08 | 0.5 |
| Hex | 7B | 89 | 74 | A | 0 | F | 2E | 64 | 8 | 32 |
| Octal | 173 | 211 | 164 | 12 | 0 | 17 | 56 | 144 | 10 | 62 |
| Binary | 1111011 | 10001001 | 1110100 | 1010 | 0 | 1111 | 101110 | 1100100 | 1000 | 110010 |
Color Harmonies of #7B8974
Complementary color
Monochromatic Colors of #7B8974
Black with #7B8974
Text Example
Text Example
White with #7B8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8974; }
p { color: rgb(123,137,116); }
H1.HeaderClassName
{
color: #7B8974;
}
.AnyTagClassName
{
color: #7B8974;
}
</style>
background-color css
<style>
a { background-color: #7B8974; }
a { background-color: rgb(123,137,116); }
div.DivClassName
{
background-color: #7B8974;
}
.BgClassName
{
background-color: #7B8974;
}
</style>
border-color css
<style>
span { border-color: #7B8974; }
span { border-color: rgb(123,137,116); }
td.TdClassName
{
border-color: #7B8974;
}
.TagClassName
{
border-color: #7B8974;
}
</style>