Shades of Spanish Green #85917A
Tints of Spanish Green #85917A
RGB
CMYK
RGB Variations
Color information
#85917A (or 0x85917A) is known color: Spanish Green. HEX triplet: 85, 91 and 7A. RGB value is (133,145,122). Sum of RGB (Red+Green+Blue) = 133+145+122=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #85917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85917A is #7A6E85. Grayscale: #8A8A8A. Windows color (decimal): -8023686 or 8032645. OLE color: 8032645.
HSL color Cylindrical-coordinate representation of color #85917A: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85917A is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 122 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.43 |
| HSL | 91.3º | 0.09% | 0.52% | - |
| HSV(B) | 91.3º | 0.16% | 0.57% | - |
| XYZ | 23.31 | 26.64 | 22.33 | - |
| YUV | 138.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 122 | 0.08 | 0 | 0.16 | 0.43 | 91.3 | 0.09 | 0.52 |
| Hex | 85 | 91 | 7A | 8 | 0 | 10 | 2B | 5B | 9 | 34 |
| Octal | 205 | 221 | 172 | 10 | 0 | 20 | 53 | 133 | 11 | 64 |
| Binary | 10000101 | 10010001 | 1111010 | 1000 | 0 | 10000 | 101011 | 1011011 | 1001 | 110100 |
Color Harmonies of #85917A
Complementary color
Monochromatic Colors of #85917A
Black with #85917A
Text Example
Text Example
White with #85917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85917A; }
p { color: rgb(133,145,122); }
H1.HeaderClassName
{
color: #85917A;
}
.AnyTagClassName
{
color: #85917A;
}
</style>
background-color css
<style>
a { background-color: #85917A; }
a { background-color: rgb(133,145,122); }
div.DivClassName
{
background-color: #85917A;
}
.BgClassName
{
background-color: #85917A;
}
</style>
border-color css
<style>
span { border-color: #85917A; }
span { border-color: rgb(133,145,122); }
td.TdClassName
{
border-color: #85917A;
}
.TagClassName
{
border-color: #85917A;
}
</style>