Shades of Amulet #75AD6D
Tints of Amulet #75AD6D
RGB
CMYK
RGB Variations
Color information
#75AD6D (or 0x75AD6D) is known color: Amulet. HEX triplet: 75, AD and 6D. RGB value is (117,173,109). Sum of RGB (Red+Green+Blue) = 117+173+109=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD6D is #8A5292. Grayscale: #959595. Windows color (decimal): -9065107 or 7187829. OLE color: 7187829.
HSL color Cylindrical-coordinate representation of color #75AD6D: hue angle of 112.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75AD6D is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 109 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.32 |
| HSL | 112.5º | 0.28% | 0.55% | - |
| HSV(B) | 112.5º | 0.37% | 0.68% | - |
| XYZ | 25.04 | 34.77 | 19.86 | - |
| YUV | 148.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 109 | 0.32 | 0 | 0.37 | 0.32 | 112.5 | 0.28 | 0.55 |
| Hex | 75 | AD | 6D | 20 | 0 | 25 | 20 | 70 | 1C | 37 |
| Octal | 165 | 255 | 155 | 40 | 0 | 45 | 40 | 160 | 34 | 67 |
| Binary | 1110101 | 10101101 | 1101101 | 100000 | 0 | 100101 | 100000 | 1110000 | 11100 | 110111 |
Color Harmonies of #75AD6D
Complementary color
Monochromatic Colors of #75AD6D
Black with #75AD6D
Text Example
Text Example
White with #75AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD6D; }
p { color: rgb(117,173,109); }
H1.HeaderClassName
{
color: #75AD6D;
}
.AnyTagClassName
{
color: #75AD6D;
}
</style>
background-color css
<style>
a { background-color: #75AD6D; }
a { background-color: rgb(117,173,109); }
div.DivClassName
{
background-color: #75AD6D;
}
.BgClassName
{
background-color: #75AD6D;
}
</style>
border-color css
<style>
span { border-color: #75AD6D; }
span { border-color: rgb(117,173,109); }
td.TdClassName
{
border-color: #75AD6D;
}
.TagClassName
{
border-color: #75AD6D;
}
</style>