Shades of Spanish Green #81867E
Tints of Spanish Green #81867E
RGB
CMYK
RGB Variations
Color information
#81867E (or 0x81867E) is known color: Spanish Green. HEX triplet: 81, 86 and 7E. RGB value is (129,134,126). Sum of RGB (Red+Green+Blue) = 129+134+126=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #81867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81867E is #7E7981. Grayscale: #838383. Windows color (decimal): -8288642 or 8291969. OLE color: 8291969.
HSL color Cylindrical-coordinate representation of color #81867E: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #81867E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 134 | 126 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.47 |
| HSL | 97.5º | 0.03% | 0.51% | - |
| HSV(B) | 97.5º | 0.06% | 0.53% | - |
| XYZ | 21.34 | 23.22 | 23.1 | - |
| YUV | 131.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 126 | 0.04 | 0 | 0.06 | 0.47 | 97.5 | 0.03 | 0.51 |
| Hex | 81 | 86 | 7E | 4 | 0 | 6 | 2F | 62 | 3 | 33 |
| Octal | 201 | 206 | 176 | 4 | 0 | 6 | 57 | 142 | 3 | 63 |
| Binary | 10000001 | 10000110 | 1111110 | 100 | 0 | 110 | 101111 | 1100010 | 11 | 110011 |
Color Harmonies of #81867E
Complementary color
Monochromatic Colors of #81867E
Black with #81867E
Text Example
Text Example
White with #81867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81867E; }
p { color: rgb(129,134,126); }
H1.HeaderClassName
{
color: #81867E;
}
.AnyTagClassName
{
color: #81867E;
}
</style>
background-color css
<style>
a { background-color: #81867E; }
a { background-color: rgb(129,134,126); }
div.DivClassName
{
background-color: #81867E;
}
.BgClassName
{
background-color: #81867E;
}
</style>
border-color css
<style>
span { border-color: #81867E; }
span { border-color: rgb(129,134,126); }
td.TdClassName
{
border-color: #81867E;
}
.TagClassName
{
border-color: #81867E;
}
</style>