Shades of Spanish Green #869183
Tints of Spanish Green #869183
RGB
CMYK
RGB Variations
Color information
#869183 (or 0x869183) is known color: Spanish Green. HEX triplet: 86, 91 and 83. RGB value is (134,145,131). Sum of RGB (Red+Green+Blue) = 134+145+131=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #869183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869183 is #796E7C. Grayscale: #8C8C8C. Windows color (decimal): -7958141 or 8622470. OLE color: 8622470.
HSL color Cylindrical-coordinate representation of color #869183: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869183 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 145 | 131 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.43 |
| HSL | 107.14º | 0.06% | 0.54% | - |
| HSV(B) | 107.14º | 0.1% | 0.57% | - |
| XYZ | 24.05 | 26.96 | 25.41 | - |
| YUV | 140.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 131 | 0.08 | 0 | 0.10 | 0.43 | 107.14 | 0.06 | 0.54 |
| Hex | 86 | 91 | 83 | 8 | 0 | A | 2B | 6B | 6 | 36 |
| Octal | 206 | 221 | 203 | 10 | 0 | 12 | 53 | 153 | 6 | 66 |
| Binary | 10000110 | 10010001 | 10000011 | 1000 | 0 | 1010 | 101011 | 1101011 | 110 | 110110 |
Color Harmonies of #869183
Complementary color
Monochromatic Colors of #869183
Black with #869183
Text Example
Text Example
White with #869183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869183; }
p { color: rgb(134,145,131); }
H1.HeaderClassName
{
color: #869183;
}
.AnyTagClassName
{
color: #869183;
}
</style>
background-color css
<style>
a { background-color: #869183; }
a { background-color: rgb(134,145,131); }
div.DivClassName
{
background-color: #869183;
}
.BgClassName
{
background-color: #869183;
}
</style>
border-color css
<style>
span { border-color: #869183; }
span { border-color: rgb(134,145,131); }
td.TdClassName
{
border-color: #869183;
}
.TagClassName
{
border-color: #869183;
}
</style>