Shades of Spanish Green #85937A
Tints of Spanish Green #85937A
RGB
CMYK
RGB Variations
Color information
#85937A (or 0x85937A) is known color: Spanish Green. HEX triplet: 85, 93 and 7A. RGB value is (133,147,122). Sum of RGB (Red+Green+Blue) = 133+147+122=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #85937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85937A is #7A6C85. Grayscale: #8C8C8C. Windows color (decimal): -8023174 or 8033157. OLE color: 8033157.
HSL color Cylindrical-coordinate representation of color #85937A: hue angle of 93.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85937A is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 122 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.42 |
| HSL | 93.6º | 0.1% | 0.53% | - |
| HSV(B) | 93.6º | 0.17% | 0.58% | - |
| XYZ | 23.62 | 27.26 | 22.43 | - |
| YUV | 139.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 122 | 0.10 | 0 | 0.17 | 0.42 | 93.6 | 0.1 | 0.53 |
| Hex | 85 | 93 | 7A | A | 0 | 11 | 2A | 5E | A | 35 |
| Octal | 205 | 223 | 172 | 12 | 0 | 21 | 52 | 136 | 12 | 65 |
| Binary | 10000101 | 10010011 | 1111010 | 1010 | 0 | 10001 | 101010 | 1011110 | 1010 | 110101 |
Color Harmonies of #85937A
Complementary color
Monochromatic Colors of #85937A
Black with #85937A
Text Example
Text Example
White with #85937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85937A; }
p { color: rgb(133,147,122); }
H1.HeaderClassName
{
color: #85937A;
}
.AnyTagClassName
{
color: #85937A;
}
</style>
background-color css
<style>
a { background-color: #85937A; }
a { background-color: rgb(133,147,122); }
div.DivClassName
{
background-color: #85937A;
}
.BgClassName
{
background-color: #85937A;
}
</style>
border-color css
<style>
span { border-color: #85937A; }
span { border-color: rgb(133,147,122); }
td.TdClassName
{
border-color: #85937A;
}
.TagClassName
{
border-color: #85937A;
}
</style>