Shades of Spanish Green #81857E
Tints of Spanish Green #81857E
RGB
CMYK
RGB Variations
Color information
#81857E (or 0x81857E) is known color: Spanish Green. HEX triplet: 81, 85 and 7E. RGB value is (129,133,126). Sum of RGB (Red+Green+Blue) = 129+133+126=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 133 - color contains mainly: green. Hex color #81857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81857E is #7E7A81. Grayscale: #838383. Windows color (decimal): -8288898 or 8291713. OLE color: 8291713.
HSL color Cylindrical-coordinate representation of color #81857E: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #81857E is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 126 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.48 |
| HSL | 94.29º | 0.03% | 0.51% | - |
| HSV(B) | 94.29º | 0.05% | 0.52% | - |
| XYZ | 21.21 | 22.95 | 23.05 | - |
| YUV | 131.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 126 | 0.03 | 0 | 0.05 | 0.48 | 94.29 | 0.03 | 0.51 |
| Hex | 81 | 85 | 7E | 3 | 0 | 5 | 30 | 5E | 3 | 33 |
| Octal | 201 | 205 | 176 | 3 | 0 | 5 | 60 | 136 | 3 | 63 |
| Binary | 10000001 | 10000101 | 1111110 | 11 | 0 | 101 | 110000 | 1011110 | 11 | 110011 |
Color Harmonies of #81857E
Complementary color
Monochromatic Colors of #81857E
Black with #81857E
Text Example
Text Example
White with #81857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81857E; }
p { color: rgb(129,133,126); }
H1.HeaderClassName
{
color: #81857E;
}
.AnyTagClassName
{
color: #81857E;
}
</style>
background-color css
<style>
a { background-color: #81857E; }
a { background-color: rgb(129,133,126); }
div.DivClassName
{
background-color: #81857E;
}
.BgClassName
{
background-color: #81857E;
}
</style>
border-color css
<style>
span { border-color: #81857E; }
span { border-color: rgb(129,133,126); }
td.TdClassName
{
border-color: #81857E;
}
.TagClassName
{
border-color: #81857E;
}
</style>