Shades of Amulet #759F6C
Tints of Amulet #759F6C
RGB
CMYK
RGB Variations
Color information
#759F6C (or 0x759F6C) is known color: Amulet. HEX triplet: 75, 9F and 6C. RGB value is (117,159,108). Sum of RGB (Red+Green+Blue) = 117+159+108=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #759F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F6C is #8A6093. Grayscale: #8C8C8C. Windows color (decimal): -9068692 or 7118709. OLE color: 7118709.
HSL color Cylindrical-coordinate representation of color #759F6C: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759F6C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 108 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.38 |
| HSL | 109.41º | 0.21% | 0.52% | - |
| HSV(B) | 109.41º | 0.32% | 0.62% | - |
| XYZ | 22.44 | 29.66 | 18.73 | - |
| YUV | 140.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 108 | 0.26 | 0 | 0.32 | 0.38 | 109.41 | 0.21 | 0.52 |
| Hex | 75 | 9F | 6C | 1A | 0 | 20 | 26 | 6D | 15 | 34 |
| Octal | 165 | 237 | 154 | 32 | 0 | 40 | 46 | 155 | 25 | 64 |
| Binary | 1110101 | 10011111 | 1101100 | 11010 | 0 | 100000 | 100110 | 1101101 | 10101 | 110100 |
Color Harmonies of #759F6C
Complementary color
Monochromatic Colors of #759F6C
Black with #759F6C
Text Example
Text Example
White with #759F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F6C; }
p { color: rgb(117,159,108); }
H1.HeaderClassName
{
color: #759F6C;
}
.AnyTagClassName
{
color: #759F6C;
}
</style>
background-color css
<style>
a { background-color: #759F6C; }
a { background-color: rgb(117,159,108); }
div.DivClassName
{
background-color: #759F6C;
}
.BgClassName
{
background-color: #759F6C;
}
</style>
border-color css
<style>
span { border-color: #759F6C; }
span { border-color: rgb(117,159,108); }
td.TdClassName
{
border-color: #759F6C;
}
.TagClassName
{
border-color: #759F6C;
}
</style>