Shades of Amulet #869975
Tints of Amulet #869975
RGB
CMYK
RGB Variations
Color information
#869975 (or 0x869975) is known color: Amulet. HEX triplet: 86, 99 and 75. RGB value is (134,153,117). Sum of RGB (Red+Green+Blue) = 134+153+117=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #869975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869975 is #79668A. Grayscale: #8F8F8F. Windows color (decimal): -7956107 or 7707014. OLE color: 7707014.
HSL color Cylindrical-coordinate representation of color #869975: hue angle of 91.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #869975 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 117 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.4 |
| HSL | 91.67º | 0.15% | 0.53% | - |
| HSV(B) | 91.67º | 0.24% | 0.6% | - |
| XYZ | 24.43 | 29.14 | 21.17 | - |
| YUV | 143.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 117 | 0.12 | 0 | 0.24 | 0.4 | 91.67 | 0.15 | 0.53 |
| Hex | 86 | 99 | 75 | C | 0 | 18 | 28 | 5C | F | 35 |
| Octal | 206 | 231 | 165 | 14 | 0 | 30 | 50 | 134 | 17 | 65 |
| Binary | 10000110 | 10011001 | 1110101 | 1100 | 0 | 11000 | 101000 | 1011100 | 1111 | 110101 |
Color Harmonies of #869975
Complementary color
Monochromatic Colors of #869975
Black with #869975
Text Example
Text Example
White with #869975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869975; }
p { color: rgb(134,153,117); }
H1.HeaderClassName
{
color: #869975;
}
.AnyTagClassName
{
color: #869975;
}
</style>
background-color css
<style>
a { background-color: #869975; }
a { background-color: rgb(134,153,117); }
div.DivClassName
{
background-color: #869975;
}
.BgClassName
{
background-color: #869975;
}
</style>
border-color css
<style>
span { border-color: #869975; }
span { border-color: rgb(134,153,117); }
td.TdClassName
{
border-color: #869975;
}
.TagClassName
{
border-color: #869975;
}
</style>