Shades of Spanish Green #80857C
Tints of Spanish Green #80857C
RGB
CMYK
RGB Variations
Color information
#80857C (or 0x80857C) is known color: Spanish Green. HEX triplet: 80, 85 and 7C. RGB value is (128,133,124). Sum of RGB (Red+Green+Blue) = 128+133+124=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #80857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80857C is #7F7A83. Grayscale: #828282. Windows color (decimal): -8354436 or 8160640. OLE color: 8160640.
HSL color Cylindrical-coordinate representation of color #80857C: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80857C is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 124 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.48 |
| HSL | 93.33º | 0.04% | 0.5% | - |
| HSV(B) | 93.33º | 0.07% | 0.52% | - |
| XYZ | 20.93 | 22.82 | 22.37 | - |
| YUV | 130.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 124 | 0.04 | 0 | 0.07 | 0.48 | 93.33 | 0.04 | 0.5 |
| Hex | 80 | 85 | 7C | 4 | 0 | 7 | 30 | 5D | 4 | 32 |
| Octal | 200 | 205 | 174 | 4 | 0 | 7 | 60 | 135 | 4 | 62 |
| Binary | 10000000 | 10000101 | 1111100 | 100 | 0 | 111 | 110000 | 1011101 | 100 | 110010 |
Color Harmonies of #80857C
Complementary color
Monochromatic Colors of #80857C
Black with #80857C
Text Example
Text Example
White with #80857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80857C; }
p { color: rgb(128,133,124); }
H1.HeaderClassName
{
color: #80857C;
}
.AnyTagClassName
{
color: #80857C;
}
</style>
background-color css
<style>
a { background-color: #80857C; }
a { background-color: rgb(128,133,124); }
div.DivClassName
{
background-color: #80857C;
}
.BgClassName
{
background-color: #80857C;
}
</style>
border-color css
<style>
span { border-color: #80857C; }
span { border-color: rgb(128,133,124); }
td.TdClassName
{
border-color: #80857C;
}
.TagClassName
{
border-color: #80857C;
}
</style>