Shades of Spanish Green #7B8878
Tints of Spanish Green #7B8878
RGB
CMYK
RGB Variations
Color information
#7B8878 (or 0x7B8878) is known color: Spanish Green. HEX triplet: 7B, 88 and 78. RGB value is (123,136,120). Sum of RGB (Red+Green+Blue) = 123+136+120=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8878 is #847787. Grayscale: #828282. Windows color (decimal): -8681352 or 7899259. OLE color: 7899259.
HSL color Cylindrical-coordinate representation of color #7B8878: hue angle of 108.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B8878 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 120 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.47 |
| HSL | 108.75º | 0.06% | 0.5% | - |
| HSV(B) | 108.75º | 0.12% | 0.53% | - |
| XYZ | 20.36 | 23.18 | 21.17 | - |
| YUV | 130.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 120 | 0.10 | 0 | 0.12 | 0.47 | 108.75 | 0.06 | 0.5 |
| Hex | 7B | 88 | 78 | A | 0 | C | 2F | 6D | 6 | 32 |
| Octal | 173 | 210 | 170 | 12 | 0 | 14 | 57 | 155 | 6 | 62 |
| Binary | 1111011 | 10001000 | 1111000 | 1010 | 0 | 1100 | 101111 | 1101101 | 110 | 110010 |
Color Harmonies of #7B8878
Complementary color
Monochromatic Colors of #7B8878
Black with #7B8878
Text Example
Text Example
White with #7B8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8878; }
p { color: rgb(123,136,120); }
H1.HeaderClassName
{
color: #7B8878;
}
.AnyTagClassName
{
color: #7B8878;
}
</style>
background-color css
<style>
a { background-color: #7B8878; }
a { background-color: rgb(123,136,120); }
div.DivClassName
{
background-color: #7B8878;
}
.BgClassName
{
background-color: #7B8878;
}
</style>
border-color css
<style>
span { border-color: #7B8878; }
span { border-color: rgb(123,136,120); }
td.TdClassName
{
border-color: #7B8878;
}
.TagClassName
{
border-color: #7B8878;
}
</style>