Shades of Amulet #759A70
Tints of Amulet #759A70
RGB
CMYK
RGB Variations
Color information
#759A70 (or 0x759A70) is known color: Amulet. HEX triplet: 75, 9A and 70. RGB value is (117,154,112). Sum of RGB (Red+Green+Blue) = 117+154+112=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #759A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A70 is #8A658F. Grayscale: #8A8A8A. Windows color (decimal): -9069968 or 7379573. OLE color: 7379573.
HSL color Cylindrical-coordinate representation of color #759A70: hue angle of 112.86º 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 #759A70 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 112 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.40 |
| HSL | 112.86º | 0.17% | 0.52% | - |
| HSV(B) | 112.86º | 0.27% | 0.6% | - |
| XYZ | 21.82 | 28.06 | 19.6 | - |
| YUV | 138.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 112 | 0.24 | 0 | 0.27 | 0.40 | 112.86 | 0.17 | 0.52 |
| Hex | 75 | 9A | 70 | 18 | 0 | 1B | 28 | 71 | 11 | 34 |
| Octal | 165 | 232 | 160 | 30 | 0 | 33 | 50 | 161 | 21 | 64 |
| Binary | 1110101 | 10011010 | 1110000 | 11000 | 0 | 11011 | 101000 | 1110001 | 10001 | 110100 |
Color Harmonies of #759A70
Complementary color
Monochromatic Colors of #759A70
Black with #759A70
Text Example
Text Example
White with #759A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A70; }
p { color: rgb(117,154,112); }
H1.HeaderClassName
{
color: #759A70;
}
.AnyTagClassName
{
color: #759A70;
}
</style>
background-color css
<style>
a { background-color: #759A70; }
a { background-color: rgb(117,154,112); }
div.DivClassName
{
background-color: #759A70;
}
.BgClassName
{
background-color: #759A70;
}
</style>
border-color css
<style>
span { border-color: #759A70; }
span { border-color: rgb(117,154,112); }
td.TdClassName
{
border-color: #759A70;
}
.TagClassName
{
border-color: #759A70;
}
</style>