Shades of Spanish Green #868985
Tints of Spanish Green #868985
RGB
CMYK
RGB Variations
Color information
#868985 (or 0x868985) is known color: Spanish Green. HEX triplet: 86, 89 and 85. RGB value is (134,137,133). Sum of RGB (Red+Green+Blue) = 134+137+133=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 137 - color contains mainly: green. Hex color #868985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868985 is #79767A. Grayscale: #878787. Windows color (decimal): -7960187 or 8751494. OLE color: 8751494.
HSL color Cylindrical-coordinate representation of color #868985: hue angle of 105º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868985 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
RGB | 134 | 137 | 133 | - |
CMYK | 0.02 | 0 | 0.03 | 0.46 |
HSL | 105º | 0.02% | 0.53% | - |
HSV(B) | 105º | 0.03% | 0.54% | - |
XYZ | 23.01 | 24.65 | 25.74 | - |
YUV | 135.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 134 | 137 | 133 | 0.02 | 0 | 0.03 | 0.46 | 105 | 0.02 | 0.53 |
Hex | 86 | 89 | 85 | 2 | 0 | 3 | 2E | 69 | 2 | 35 |
Octal | 206 | 211 | 205 | 2 | 0 | 3 | 56 | 151 | 2 | 65 |
Binary | 10000110 | 10001001 | 10000101 | 10 | 0 | 11 | 101110 | 1101001 | 10 | 110101 |
Color Harmonies of #868985
Complementary color
Monochromatic Colors of #868985
Black with #868985
Text Example
Text Example
White with #868985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868985; }
p { color: rgb(134,137,133); }
H1.HeaderClassName
{
color: #868985;
}
.AnyTagClassName
{
color: #868985;
}
</style>
background-color css
<style>
a { background-color: #868985; }
a { background-color: rgb(134,137,133); }
div.DivClassName
{
background-color: #868985;
}
.BgClassName
{
background-color: #868985;
}
</style>
border-color css
<style>
span { border-color: #868985; }
span { border-color: rgb(134,137,133); }
td.TdClassName
{
border-color: #868985;
}
.TagClassName
{
border-color: #868985;
}
</style>