Shades of Amulet #759A71
Tints of Amulet #759A71
RGB
CMYK
RGB Variations
Color information
#759A71 (or 0x759A71) is known color: Amulet. HEX triplet: 75, 9A and 71. RGB value is (117,154,113). Sum of RGB (Red+Green+Blue) = 117+154+113=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #759A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A71 is #8A658E. Grayscale: #8A8A8A. Windows color (decimal): -9069967 or 7445109. OLE color: 7445109.
HSL color Cylindrical-coordinate representation of color #759A71: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759A71 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 113 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.40 |
| HSL | 114.15º | 0.17% | 0.52% | - |
| HSV(B) | 114.15º | 0.27% | 0.6% | - |
| XYZ | 21.87 | 28.09 | 19.89 | - |
| YUV | 138.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 113 | 0.24 | 0 | 0.27 | 0.40 | 114.15 | 0.17 | 0.52 |
| Hex | 75 | 9A | 71 | 18 | 0 | 1B | 28 | 72 | 11 | 34 |
| Octal | 165 | 232 | 161 | 30 | 0 | 33 | 50 | 162 | 21 | 64 |
| Binary | 1110101 | 10011010 | 1110001 | 11000 | 0 | 11011 | 101000 | 1110010 | 10001 | 110100 |
Color Harmonies of #759A71
Complementary color
Monochromatic Colors of #759A71
Black with #759A71
Text Example
Text Example
White with #759A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A71; }
p { color: rgb(117,154,113); }
H1.HeaderClassName
{
color: #759A71;
}
.AnyTagClassName
{
color: #759A71;
}
</style>
background-color css
<style>
a { background-color: #759A71; }
a { background-color: rgb(117,154,113); }
div.DivClassName
{
background-color: #759A71;
}
.BgClassName
{
background-color: #759A71;
}
</style>
border-color css
<style>
span { border-color: #759A71; }
span { border-color: rgb(117,154,113); }
td.TdClassName
{
border-color: #759A71;
}
.TagClassName
{
border-color: #759A71;
}
</style>