Shades of Spanish Green #808C7B
Tints of Spanish Green #808C7B
RGB
CMYK
RGB Variations
Color information
#808C7B (or 0x808C7B) is known color: Spanish Green. HEX triplet: 80, 8C and 7B. RGB value is (128,140,123). Sum of RGB (Red+Green+Blue) = 128+140+123=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #808C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C7B is #7F7384. Grayscale: #868686. Windows color (decimal): -8352645 or 8096896. OLE color: 8096896.
HSL color Cylindrical-coordinate representation of color #808C7B: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808C7B is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 123 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.45 |
| HSL | 102.35º | 0.07% | 0.52% | - |
| HSV(B) | 102.35º | 0.12% | 0.55% | - |
| XYZ | 21.86 | 24.78 | 22.37 | - |
| YUV | 134.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 123 | 0.09 | 0 | 0.12 | 0.45 | 102.35 | 0.07 | 0.52 |
| Hex | 80 | 8C | 7B | 9 | 0 | C | 2D | 66 | 7 | 34 |
| Octal | 200 | 214 | 173 | 11 | 0 | 14 | 55 | 146 | 7 | 64 |
| Binary | 10000000 | 10001100 | 1111011 | 1001 | 0 | 1100 | 101101 | 1100110 | 111 | 110100 |
Color Harmonies of #808C7B
Complementary color
Monochromatic Colors of #808C7B
Black with #808C7B
Text Example
Text Example
White with #808C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C7B; }
p { color: rgb(128,140,123); }
H1.HeaderClassName
{
color: #808C7B;
}
.AnyTagClassName
{
color: #808C7B;
}
</style>
background-color css
<style>
a { background-color: #808C7B; }
a { background-color: rgb(128,140,123); }
div.DivClassName
{
background-color: #808C7B;
}
.BgClassName
{
background-color: #808C7B;
}
</style>
border-color css
<style>
span { border-color: #808C7B; }
span { border-color: rgb(128,140,123); }
td.TdClassName
{
border-color: #808C7B;
}
.TagClassName
{
border-color: #808C7B;
}
</style>