Shades of Spanish Green #808B78
Tints of Spanish Green #808B78
RGB
CMYK
RGB Variations
Color information
#808B78 (or 0x808B78) is known color: Spanish Green. HEX triplet: 80, 8B and 78. RGB value is (128,139,120). Sum of RGB (Red+Green+Blue) = 128+139+120=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #808B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B78 is #7F7487. Grayscale: #858585. Windows color (decimal): -8352904 or 7900032. OLE color: 7900032.
HSL color Cylindrical-coordinate representation of color #808B78: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808B78 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 120 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.45 |
| HSL | 94.74º | 0.08% | 0.51% | - |
| HSV(B) | 94.74º | 0.14% | 0.55% | - |
| XYZ | 21.52 | 24.41 | 21.35 | - |
| YUV | 133.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 120 | 0.08 | 0 | 0.14 | 0.45 | 94.74 | 0.08 | 0.51 |
| Hex | 80 | 8B | 78 | 8 | 0 | E | 2D | 5F | 8 | 33 |
| Octal | 200 | 213 | 170 | 10 | 0 | 16 | 55 | 137 | 10 | 63 |
| Binary | 10000000 | 10001011 | 1111000 | 1000 | 0 | 1110 | 101101 | 1011111 | 1000 | 110011 |
Color Harmonies of #808B78
Complementary color
Monochromatic Colors of #808B78
Black with #808B78
Text Example
Text Example
White with #808B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B78; }
p { color: rgb(128,139,120); }
H1.HeaderClassName
{
color: #808B78;
}
.AnyTagClassName
{
color: #808B78;
}
</style>
background-color css
<style>
a { background-color: #808B78; }
a { background-color: rgb(128,139,120); }
div.DivClassName
{
background-color: #808B78;
}
.BgClassName
{
background-color: #808B78;
}
</style>
border-color css
<style>
span { border-color: #808B78; }
span { border-color: rgb(128,139,120); }
td.TdClassName
{
border-color: #808B78;
}
.TagClassName
{
border-color: #808B78;
}
</style>