Shades of Spanish Green #868885
Tints of Spanish Green #868885
RGB
CMYK
RGB Variations
Color information
#868885 (or 0x868885) is known color: Spanish Green. HEX triplet: 86, 88 and 85. RGB value is (134,136,133). Sum of RGB (Red+Green+Blue) = 134+136+133=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 136 - color contains mainly: green. Hex color #868885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868885 is #79777A. Grayscale: #878787. Windows color (decimal): -7960443 or 8751238. OLE color: 8751238.
HSL color Cylindrical-coordinate representation of color #868885: hue angle of 100º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868885 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 133 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.47 |
| HSL | 100º | 0.01% | 0.53% | - |
| HSV(B) | 100º | 0.02% | 0.53% | - |
| XYZ | 22.87 | 24.37 | 25.69 | - |
| YUV | 135.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 133 | 0.01 | 0 | 0.02 | 0.47 | 100 | 0.01 | 0.53 |
| Hex | 86 | 88 | 85 | 1 | 0 | 2 | 2F | 64 | 1 | 35 |
| Octal | 206 | 210 | 205 | 1 | 0 | 2 | 57 | 144 | 1 | 65 |
| Binary | 10000110 | 10001000 | 10000101 | 1 | 0 | 10 | 101111 | 1100100 | 1 | 110101 |
Color Harmonies of #868885
Complementary color
Monochromatic Colors of #868885
Black with #868885
Text Example
Text Example
White with #868885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868885; }
p { color: rgb(134,136,133); }
H1.HeaderClassName
{
color: #868885;
}
.AnyTagClassName
{
color: #868885;
}
</style>
background-color css
<style>
a { background-color: #868885; }
a { background-color: rgb(134,136,133); }
div.DivClassName
{
background-color: #868885;
}
.BgClassName
{
background-color: #868885;
}
</style>
border-color css
<style>
span { border-color: #868885; }
span { border-color: rgb(134,136,133); }
td.TdClassName
{
border-color: #868885;
}
.TagClassName
{
border-color: #868885;
}
</style>