Shades of Spanish Green #83907F
Tints of Spanish Green #83907F
RGB
CMYK
RGB Variations
Color information
#83907F (or 0x83907F) is known color: Spanish Green. HEX triplet: 83, 90 and 7F. RGB value is (131,144,127). Sum of RGB (Red+Green+Blue) = 131+144+127=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #83907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83907F is #7C6F80. Grayscale: #8A8A8A. Windows color (decimal): -8155009 or 8360067. OLE color: 8360067.
HSL color Cylindrical-coordinate representation of color #83907F: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83907F is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 127 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.44 |
| HSL | 105.88º | 0.07% | 0.53% | - |
| HSV(B) | 105.88º | 0.12% | 0.56% | - |
| XYZ | 23.16 | 26.3 | 23.94 | - |
| YUV | 138.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 127 | 0.09 | 0 | 0.12 | 0.44 | 105.88 | 0.07 | 0.53 |
| Hex | 83 | 90 | 7F | 9 | 0 | C | 2C | 6A | 7 | 35 |
| Octal | 203 | 220 | 177 | 11 | 0 | 14 | 54 | 152 | 7 | 65 |
| Binary | 10000011 | 10010000 | 1111111 | 1001 | 0 | 1100 | 101100 | 1101010 | 111 | 110101 |
Color Harmonies of #83907F
Complementary color
Monochromatic Colors of #83907F
Black with #83907F
Text Example
Text Example
White with #83907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83907F; }
p { color: rgb(131,144,127); }
H1.HeaderClassName
{
color: #83907F;
}
.AnyTagClassName
{
color: #83907F;
}
</style>
background-color css
<style>
a { background-color: #83907F; }
a { background-color: rgb(131,144,127); }
div.DivClassName
{
background-color: #83907F;
}
.BgClassName
{
background-color: #83907F;
}
</style>
border-color css
<style>
span { border-color: #83907F; }
span { border-color: rgb(131,144,127); }
td.TdClassName
{
border-color: #83907F;
}
.TagClassName
{
border-color: #83907F;
}
</style>