Shades of Spanish Green #81877E
Tints of Spanish Green #81877E
RGB
CMYK
RGB Variations
Color information
#81877E (or 0x81877E) is known color: Spanish Green. HEX triplet: 81, 87 and 7E. RGB value is (129,135,126). Sum of RGB (Red+Green+Blue) = 129+135+126=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #81877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81877E is #7E7881. Grayscale: #848484. Windows color (decimal): -8288386 or 8292225. OLE color: 8292225.
HSL color Cylindrical-coordinate representation of color #81877E: hue angle of 100º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81877E is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 126 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.47 |
| HSL | 100º | 0.04% | 0.51% | - |
| HSV(B) | 100º | 0.07% | 0.53% | - |
| XYZ | 21.48 | 23.5 | 23.14 | - |
| YUV | 132.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 126 | 0.04 | 0 | 0.07 | 0.47 | 100 | 0.04 | 0.51 |
| Hex | 81 | 87 | 7E | 4 | 0 | 7 | 2F | 64 | 4 | 33 |
| Octal | 201 | 207 | 176 | 4 | 0 | 7 | 57 | 144 | 4 | 63 |
| Binary | 10000001 | 10000111 | 1111110 | 100 | 0 | 111 | 101111 | 1100100 | 100 | 110011 |
Color Harmonies of #81877E
Complementary color
Monochromatic Colors of #81877E
Black with #81877E
Text Example
Text Example
White with #81877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81877E; }
p { color: rgb(129,135,126); }
H1.HeaderClassName
{
color: #81877E;
}
.AnyTagClassName
{
color: #81877E;
}
</style>
background-color css
<style>
a { background-color: #81877E; }
a { background-color: rgb(129,135,126); }
div.DivClassName
{
background-color: #81877E;
}
.BgClassName
{
background-color: #81877E;
}
</style>
border-color css
<style>
span { border-color: #81877E; }
span { border-color: rgb(129,135,126); }
td.TdClassName
{
border-color: #81877E;
}
.TagClassName
{
border-color: #81877E;
}
</style>