Shades of Spanish Green #85907B
Tints of Spanish Green #85907B
RGB
CMYK
RGB Variations
Color information
#85907B (or 0x85907B) is known color: Spanish Green. HEX triplet: 85, 90 and 7B. RGB value is (133,144,123). Sum of RGB (Red+Green+Blue) = 133+144+123=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #85907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85907B is #7A6F84. Grayscale: #8A8A8A. Windows color (decimal): -8023941 or 8097925. OLE color: 8097925.
HSL color Cylindrical-coordinate representation of color #85907B: hue angle of 91.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85907B is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 123 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.44 |
| HSL | 91.43º | 0.09% | 0.52% | - |
| HSV(B) | 91.43º | 0.15% | 0.56% | - |
| XYZ | 23.22 | 26.36 | 22.6 | - |
| YUV | 138.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 123 | 0.08 | 0 | 0.15 | 0.44 | 91.43 | 0.09 | 0.52 |
| Hex | 85 | 90 | 7B | 8 | 0 | F | 2C | 5B | 9 | 34 |
| Octal | 205 | 220 | 173 | 10 | 0 | 17 | 54 | 133 | 11 | 64 |
| Binary | 10000101 | 10010000 | 1111011 | 1000 | 0 | 1111 | 101100 | 1011011 | 1001 | 110100 |
Color Harmonies of #85907B
Complementary color
Monochromatic Colors of #85907B
Black with #85907B
Text Example
Text Example
White with #85907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85907B; }
p { color: rgb(133,144,123); }
H1.HeaderClassName
{
color: #85907B;
}
.AnyTagClassName
{
color: #85907B;
}
</style>
background-color css
<style>
a { background-color: #85907B; }
a { background-color: rgb(133,144,123); }
div.DivClassName
{
background-color: #85907B;
}
.BgClassName
{
background-color: #85907B;
}
</style>
border-color css
<style>
span { border-color: #85907B; }
span { border-color: rgb(133,144,123); }
td.TdClassName
{
border-color: #85907B;
}
.TagClassName
{
border-color: #85907B;
}
</style>