Shades of Spanish Green #86927B
Tints of Spanish Green #86927B
RGB
CMYK
RGB Variations
Color information
#86927B (or 0x86927B) is known color: Spanish Green. HEX triplet: 86, 92 and 7B. RGB value is (134,146,123). Sum of RGB (Red+Green+Blue) = 134+146+123=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #86927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86927B is #796D84. Grayscale: #8B8B8B. Windows color (decimal): -7957893 or 8098438. OLE color: 8098438.
HSL color Cylindrical-coordinate representation of color #86927B: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86927B is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 123 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.43 |
| HSL | 91.3º | 0.1% | 0.53% | - |
| HSV(B) | 91.3º | 0.16% | 0.57% | - |
| XYZ | 23.69 | 27.06 | 22.71 | - |
| YUV | 139.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 123 | 0.08 | 0 | 0.16 | 0.43 | 91.3 | 0.1 | 0.53 |
| Hex | 86 | 92 | 7B | 8 | 0 | 10 | 2B | 5B | A | 35 |
| Octal | 206 | 222 | 173 | 10 | 0 | 20 | 53 | 133 | 12 | 65 |
| Binary | 10000110 | 10010010 | 1111011 | 1000 | 0 | 10000 | 101011 | 1011011 | 1010 | 110101 |
Color Harmonies of #86927B
Complementary color
Monochromatic Colors of #86927B
Black with #86927B
Text Example
Text Example
White with #86927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86927B; }
p { color: rgb(134,146,123); }
H1.HeaderClassName
{
color: #86927B;
}
.AnyTagClassName
{
color: #86927B;
}
</style>
background-color css
<style>
a { background-color: #86927B; }
a { background-color: rgb(134,146,123); }
div.DivClassName
{
background-color: #86927B;
}
.BgClassName
{
background-color: #86927B;
}
</style>
border-color css
<style>
span { border-color: #86927B; }
span { border-color: rgb(134,146,123); }
td.TdClassName
{
border-color: #86927B;
}
.TagClassName
{
border-color: #86927B;
}
</style>