Shades of Spanish Green #80867B
Tints of Spanish Green #80867B
RGB
CMYK
RGB Variations
Color information
#80867B (or 0x80867B) is known color: Spanish Green. HEX triplet: 80, 86 and 7B. RGB value is (128,134,123). Sum of RGB (Red+Green+Blue) = 128+134+123=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #80867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80867B is #7F7984. Grayscale: #828282. Windows color (decimal): -8354181 or 8095360. OLE color: 8095360.
HSL color Cylindrical-coordinate representation of color #80867B: hue angle of 92.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80867B is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 123 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.47 |
| HSL | 92.73º | 0.04% | 0.5% | - |
| HSV(B) | 92.73º | 0.08% | 0.53% | - |
| XYZ | 21 | 23.07 | 22.08 | - |
| YUV | 130.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 123 | 0.04 | 0 | 0.08 | 0.47 | 92.73 | 0.04 | 0.5 |
| Hex | 80 | 86 | 7B | 4 | 0 | 8 | 2F | 5D | 4 | 32 |
| Octal | 200 | 206 | 173 | 4 | 0 | 10 | 57 | 135 | 4 | 62 |
| Binary | 10000000 | 10000110 | 1111011 | 100 | 0 | 1000 | 101111 | 1011101 | 100 | 110010 |
Color Harmonies of #80867B
Complementary color
Monochromatic Colors of #80867B
Black with #80867B
Text Example
Text Example
White with #80867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80867B; }
p { color: rgb(128,134,123); }
H1.HeaderClassName
{
color: #80867B;
}
.AnyTagClassName
{
color: #80867B;
}
</style>
background-color css
<style>
a { background-color: #80867B; }
a { background-color: rgb(128,134,123); }
div.DivClassName
{
background-color: #80867B;
}
.BgClassName
{
background-color: #80867B;
}
</style>
border-color css
<style>
span { border-color: #80867B; }
span { border-color: rgb(128,134,123); }
td.TdClassName
{
border-color: #80867B;
}
.TagClassName
{
border-color: #80867B;
}
</style>