Shades of Amulet #759C70
Tints of Amulet #759C70
RGB
CMYK
RGB Variations
Color information
#759C70 (or 0x759C70) is known color: Amulet. HEX triplet: 75, 9C and 70. RGB value is (117,156,112). Sum of RGB (Red+Green+Blue) = 117+156+112=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #759C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C70 is #8A638F. Grayscale: #8B8B8B. Windows color (decimal): -9069456 or 7380085. OLE color: 7380085.
HSL color Cylindrical-coordinate representation of color #759C70: hue angle of 113.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #759C70 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 112 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.39 |
| HSL | 113.18º | 0.18% | 0.53% | - |
| HSV(B) | 113.18º | 0.28% | 0.61% | - |
| XYZ | 22.15 | 28.73 | 19.71 | - |
| YUV | 139.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 112 | 0.25 | 0 | 0.28 | 0.39 | 113.18 | 0.18 | 0.53 |
| Hex | 75 | 9C | 70 | 19 | 0 | 1C | 27 | 71 | 12 | 35 |
| Octal | 165 | 234 | 160 | 31 | 0 | 34 | 47 | 161 | 22 | 65 |
| Binary | 1110101 | 10011100 | 1110000 | 11001 | 0 | 11100 | 100111 | 1110001 | 10010 | 110101 |
Color Harmonies of #759C70
Complementary color
Monochromatic Colors of #759C70
Black with #759C70
Text Example
Text Example
White with #759C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C70; }
p { color: rgb(117,156,112); }
H1.HeaderClassName
{
color: #759C70;
}
.AnyTagClassName
{
color: #759C70;
}
</style>
background-color css
<style>
a { background-color: #759C70; }
a { background-color: rgb(117,156,112); }
div.DivClassName
{
background-color: #759C70;
}
.BgClassName
{
background-color: #759C70;
}
</style>
border-color css
<style>
span { border-color: #759C70; }
span { border-color: rgb(117,156,112); }
td.TdClassName
{
border-color: #759C70;
}
.TagClassName
{
border-color: #759C70;
}
</style>