Shades of Spanish Green #83917F
Tints of Spanish Green #83917F
RGB
CMYK
RGB Variations
Color information
#83917F (or 0x83917F) is known color: Spanish Green. HEX triplet: 83, 91 and 7F. RGB value is (131,145,127). Sum of RGB (Red+Green+Blue) = 131+145+127=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #83917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83917F is #7C6E80. Grayscale: #8A8A8A. Windows color (decimal): -8154753 or 8360323. OLE color: 8360323.
HSL color Cylindrical-coordinate representation of color #83917F: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83917F is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 145 | 127 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.43 |
| HSL | 106.67º | 0.08% | 0.53% | - |
| HSV(B) | 106.67º | 0.12% | 0.57% | - |
| XYZ | 23.32 | 26.61 | 23.99 | - |
| YUV | 138.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 127 | 0.10 | 0 | 0.12 | 0.43 | 106.67 | 0.08 | 0.53 |
| Hex | 83 | 91 | 7F | A | 0 | C | 2B | 6B | 8 | 35 |
| Octal | 203 | 221 | 177 | 12 | 0 | 14 | 53 | 153 | 10 | 65 |
| Binary | 10000011 | 10010001 | 1111111 | 1010 | 0 | 1100 | 101011 | 1101011 | 1000 | 110101 |
Color Harmonies of #83917F
Complementary color
Monochromatic Colors of #83917F
Black with #83917F
Text Example
Text Example
White with #83917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83917F; }
p { color: rgb(131,145,127); }
H1.HeaderClassName
{
color: #83917F;
}
.AnyTagClassName
{
color: #83917F;
}
</style>
background-color css
<style>
a { background-color: #83917F; }
a { background-color: rgb(131,145,127); }
div.DivClassName
{
background-color: #83917F;
}
.BgClassName
{
background-color: #83917F;
}
</style>
border-color css
<style>
span { border-color: #83917F; }
span { border-color: rgb(131,145,127); }
td.TdClassName
{
border-color: #83917F;
}
.TagClassName
{
border-color: #83917F;
}
</style>