Shades of Spanish Green #85917B
Tints of Spanish Green #85917B
RGB
CMYK
RGB Variations
Color information
#85917B (or 0x85917B) is known color: Spanish Green. HEX triplet: 85, 91 and 7B. RGB value is (133,145,123). Sum of RGB (Red+Green+Blue) = 133+145+123=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #85917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85917B is #7A6E84. Grayscale: #8A8A8A. Windows color (decimal): -8023685 or 8098181. OLE color: 8098181.
HSL color Cylindrical-coordinate representation of color #85917B: hue angle of 92.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85917B is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 123 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.43 |
| HSL | 92.73º | 0.09% | 0.53% | - |
| HSV(B) | 92.73º | 0.15% | 0.57% | - |
| XYZ | 23.37 | 26.67 | 22.65 | - |
| YUV | 138.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 123 | 0.08 | 0 | 0.15 | 0.43 | 92.73 | 0.09 | 0.53 |
| Hex | 85 | 91 | 7B | 8 | 0 | F | 2B | 5D | 9 | 35 |
| Octal | 205 | 221 | 173 | 10 | 0 | 17 | 53 | 135 | 11 | 65 |
| Binary | 10000101 | 10010001 | 1111011 | 1000 | 0 | 1111 | 101011 | 1011101 | 1001 | 110101 |
Color Harmonies of #85917B
Complementary color
Monochromatic Colors of #85917B
Black with #85917B
Text Example
Text Example
White with #85917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85917B; }
p { color: rgb(133,145,123); }
H1.HeaderClassName
{
color: #85917B;
}
.AnyTagClassName
{
color: #85917B;
}
</style>
background-color css
<style>
a { background-color: #85917B; }
a { background-color: rgb(133,145,123); }
div.DivClassName
{
background-color: #85917B;
}
.BgClassName
{
background-color: #85917B;
}
</style>
border-color css
<style>
span { border-color: #85917B; }
span { border-color: rgb(133,145,123); }
td.TdClassName
{
border-color: #85917B;
}
.TagClassName
{
border-color: #85917B;
}
</style>