Shades of Spanish Green #808A7D
Tints of Spanish Green #808A7D
RGB
CMYK
RGB Variations
Color information
#808A7D (or 0x808A7D) is known color: Spanish Green. HEX triplet: 80, 8A and 7D. RGB value is (128,138,125). Sum of RGB (Red+Green+Blue) = 128+138+125=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #808A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A7D is #7F7582. Grayscale: #858585. Windows color (decimal): -8353155 or 8227456. OLE color: 8227456.
HSL color Cylindrical-coordinate representation of color #808A7D: hue angle of 106.15º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808A7D is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 125 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.46 |
| HSL | 106.15º | 0.05% | 0.52% | - |
| HSV(B) | 106.15º | 0.09% | 0.54% | - |
| XYZ | 21.69 | 24.25 | 22.94 | - |
| YUV | 133.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 125 | 0.07 | 0 | 0.09 | 0.46 | 106.15 | 0.05 | 0.52 |
| Hex | 80 | 8A | 7D | 7 | 0 | 9 | 2E | 6A | 5 | 34 |
| Octal | 200 | 212 | 175 | 7 | 0 | 11 | 56 | 152 | 5 | 64 |
| Binary | 10000000 | 10001010 | 1111101 | 111 | 0 | 1001 | 101110 | 1101010 | 101 | 110100 |
Color Harmonies of #808A7D
Complementary color
Monochromatic Colors of #808A7D
Black with #808A7D
Text Example
Text Example
White with #808A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A7D; }
p { color: rgb(128,138,125); }
H1.HeaderClassName
{
color: #808A7D;
}
.AnyTagClassName
{
color: #808A7D;
}
</style>
background-color css
<style>
a { background-color: #808A7D; }
a { background-color: rgb(128,138,125); }
div.DivClassName
{
background-color: #808A7D;
}
.BgClassName
{
background-color: #808A7D;
}
</style>
border-color css
<style>
span { border-color: #808A7D; }
span { border-color: rgb(128,138,125); }
td.TdClassName
{
border-color: #808A7D;
}
.TagClassName
{
border-color: #808A7D;
}
</style>