Shades of Spanish Green #85937B
Tints of Spanish Green #85937B
RGB
CMYK
RGB Variations
Color information
#85937B (or 0x85937B) is known color: Spanish Green. HEX triplet: 85, 93 and 7B. RGB value is (133,147,123). Sum of RGB (Red+Green+Blue) = 133+147+123=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #85937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85937B is #7A6C84. Grayscale: #8C8C8C. Windows color (decimal): -8023173 or 8098693. OLE color: 8098693.
HSL color Cylindrical-coordinate representation of color #85937B: hue angle of 95º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85937B is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 123 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.42 |
| HSL | 95º | 0.1% | 0.53% | - |
| HSV(B) | 95º | 0.16% | 0.58% | - |
| XYZ | 23.68 | 27.28 | 22.76 | - |
| YUV | 140.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 123 | 0.10 | 0 | 0.16 | 0.42 | 95 | 0.1 | 0.53 |
| Hex | 85 | 93 | 7B | A | 0 | 10 | 2A | 5F | A | 35 |
| Octal | 205 | 223 | 173 | 12 | 0 | 20 | 52 | 137 | 12 | 65 |
| Binary | 10000101 | 10010011 | 1111011 | 1010 | 0 | 10000 | 101010 | 1011111 | 1010 | 110101 |
Color Harmonies of #85937B
Complementary color
Monochromatic Colors of #85937B
Black with #85937B
Text Example
Text Example
White with #85937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85937B; }
p { color: rgb(133,147,123); }
H1.HeaderClassName
{
color: #85937B;
}
.AnyTagClassName
{
color: #85937B;
}
</style>
background-color css
<style>
a { background-color: #85937B; }
a { background-color: rgb(133,147,123); }
div.DivClassName
{
background-color: #85937B;
}
.BgClassName
{
background-color: #85937B;
}
</style>
border-color css
<style>
span { border-color: #85937B; }
span { border-color: rgb(133,147,123); }
td.TdClassName
{
border-color: #85937B;
}
.TagClassName
{
border-color: #85937B;
}
</style>