Shades of Amulet #759D68
Tints of Amulet #759D68
RGB
CMYK
RGB Variations
Color information
#759D68 (or 0x759D68) is known color: Amulet. HEX triplet: 75, 9D and 68. RGB value is (117,157,104). Sum of RGB (Red+Green+Blue) = 117+157+104=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #759D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D68 is #8A6297. Grayscale: #8B8B8B. Windows color (decimal): -9069208 or 6856053. OLE color: 6856053.
HSL color Cylindrical-coordinate representation of color #759D68: hue angle of 105.28º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759D68 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 104 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.38 |
| HSL | 105.28º | 0.21% | 0.51% | - |
| HSV(B) | 105.28º | 0.34% | 0.62% | - |
| XYZ | 21.89 | 28.9 | 17.52 | - |
| YUV | 139 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 104 | 0.25 | 0 | 0.34 | 0.38 | 105.28 | 0.21 | 0.51 |
| Hex | 75 | 9D | 68 | 19 | 0 | 22 | 26 | 69 | 15 | 33 |
| Octal | 165 | 235 | 150 | 31 | 0 | 42 | 46 | 151 | 25 | 63 |
| Binary | 1110101 | 10011101 | 1101000 | 11001 | 0 | 100010 | 100110 | 1101001 | 10101 | 110011 |
Color Harmonies of #759D68
Complementary color
Monochromatic Colors of #759D68
Black with #759D68
Text Example
Text Example
White with #759D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D68; }
p { color: rgb(117,157,104); }
H1.HeaderClassName
{
color: #759D68;
}
.AnyTagClassName
{
color: #759D68;
}
</style>
background-color css
<style>
a { background-color: #759D68; }
a { background-color: rgb(117,157,104); }
div.DivClassName
{
background-color: #759D68;
}
.BgClassName
{
background-color: #759D68;
}
</style>
border-color css
<style>
span { border-color: #759D68; }
span { border-color: rgb(117,157,104); }
td.TdClassName
{
border-color: #759D68;
}
.TagClassName
{
border-color: #759D68;
}
</style>