Shades of Spanish Green #81867D
Tints of Spanish Green #81867D
RGB
CMYK
RGB Variations
Color information
#81867D (or 0x81867D) is known color: Spanish Green. HEX triplet: 81, 86 and 7D. RGB value is (129,134,125). Sum of RGB (Red+Green+Blue) = 129+134+125=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #81867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81867D is #7E7982. Grayscale: #838383. Windows color (decimal): -8288643 or 8226433. OLE color: 8226433.
HSL color Cylindrical-coordinate representation of color #81867D: hue angle of 93.33º 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 #81867D is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 134 | 125 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.47 |
| HSL | 93.33º | 0.04% | 0.51% | - |
| HSV(B) | 93.33º | 0.07% | 0.53% | - |
| XYZ | 21.28 | 23.2 | 22.76 | - |
| YUV | 131.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 125 | 0.04 | 0 | 0.07 | 0.47 | 93.33 | 0.04 | 0.51 |
| Hex | 81 | 86 | 7D | 4 | 0 | 7 | 2F | 5D | 4 | 33 |
| Octal | 201 | 206 | 175 | 4 | 0 | 7 | 57 | 135 | 4 | 63 |
| Binary | 10000001 | 10000110 | 1111101 | 100 | 0 | 111 | 101111 | 1011101 | 100 | 110011 |
Color Harmonies of #81867D
Complementary color
Monochromatic Colors of #81867D
Black with #81867D
Text Example
Text Example
White with #81867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81867D; }
p { color: rgb(129,134,125); }
H1.HeaderClassName
{
color: #81867D;
}
.AnyTagClassName
{
color: #81867D;
}
</style>
background-color css
<style>
a { background-color: #81867D; }
a { background-color: rgb(129,134,125); }
div.DivClassName
{
background-color: #81867D;
}
.BgClassName
{
background-color: #81867D;
}
</style>
border-color css
<style>
span { border-color: #81867D; }
span { border-color: rgb(129,134,125); }
td.TdClassName
{
border-color: #81867D;
}
.TagClassName
{
border-color: #81867D;
}
</style>