Shades of Spanish Green #868B83
Tints of Spanish Green #868B83
RGB
CMYK
RGB Variations
Color information
#868B83 (or 0x868B83) is known color: Spanish Green. HEX triplet: 86, 8B and 83. RGB value is (134,139,131). Sum of RGB (Red+Green+Blue) = 134+139+131=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #868B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B83 is #79747C. Grayscale: #888888. Windows color (decimal): -7959677 or 8620934. OLE color: 8620934.
HSL color Cylindrical-coordinate representation of color #868B83: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #868B83 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 131 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.45 |
| HSL | 97.5º | 0.03% | 0.53% | - |
| HSV(B) | 97.5º | 0.06% | 0.55% | - |
| XYZ | 23.16 | 25.17 | 25.11 | - |
| YUV | 136.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 131 | 0.04 | 0 | 0.06 | 0.45 | 97.5 | 0.03 | 0.53 |
| Hex | 86 | 8B | 83 | 4 | 0 | 6 | 2D | 62 | 3 | 35 |
| Octal | 206 | 213 | 203 | 4 | 0 | 6 | 55 | 142 | 3 | 65 |
| Binary | 10000110 | 10001011 | 10000011 | 100 | 0 | 110 | 101101 | 1100010 | 11 | 110101 |
Color Harmonies of #868B83
Complementary color
Monochromatic Colors of #868B83
Black with #868B83
Text Example
Text Example
White with #868B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B83; }
p { color: rgb(134,139,131); }
H1.HeaderClassName
{
color: #868B83;
}
.AnyTagClassName
{
color: #868B83;
}
</style>
background-color css
<style>
a { background-color: #868B83; }
a { background-color: rgb(134,139,131); }
div.DivClassName
{
background-color: #868B83;
}
.BgClassName
{
background-color: #868B83;
}
</style>
border-color css
<style>
span { border-color: #868B83; }
span { border-color: rgb(134,139,131); }
td.TdClassName
{
border-color: #868B83;
}
.TagClassName
{
border-color: #868B83;
}
</style>