Shades of Amulet #75AB73
Tints of Amulet #75AB73
RGB
CMYK
RGB Variations
Color information
#75AB73 (or 0x75AB73) is known color: Amulet. HEX triplet: 75, AB and 73. RGB value is (117,171,115). Sum of RGB (Red+Green+Blue) = 117+171+115=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB73 is #8A548C. Grayscale: #949494. Windows color (decimal): -9065613 or 7580533. OLE color: 7580533.
HSL color Cylindrical-coordinate representation of color #75AB73: hue angle of 117.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AB73 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 115 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.33 |
| HSL | 117.86º | 0.25% | 0.56% | - |
| HSV(B) | 117.86º | 0.33% | 0.67% | - |
| XYZ | 24.99 | 34.15 | 21.49 | - |
| YUV | 148.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 115 | 0.32 | 0 | 0.33 | 0.33 | 117.86 | 0.25 | 0.56 |
| Hex | 75 | AB | 73 | 20 | 0 | 21 | 21 | 76 | 19 | 38 |
| Octal | 165 | 253 | 163 | 40 | 0 | 41 | 41 | 166 | 31 | 70 |
| Binary | 1110101 | 10101011 | 1110011 | 100000 | 0 | 100001 | 100001 | 1110110 | 11001 | 111000 |
Color Harmonies of #75AB73
Complementary color
Monochromatic Colors of #75AB73
Black with #75AB73
Text Example
Text Example
White with #75AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB73; }
p { color: rgb(117,171,115); }
H1.HeaderClassName
{
color: #75AB73;
}
.AnyTagClassName
{
color: #75AB73;
}
</style>
background-color css
<style>
a { background-color: #75AB73; }
a { background-color: rgb(117,171,115); }
div.DivClassName
{
background-color: #75AB73;
}
.BgClassName
{
background-color: #75AB73;
}
</style>
border-color css
<style>
span { border-color: #75AB73; }
span { border-color: rgb(117,171,115); }
td.TdClassName
{
border-color: #75AB73;
}
.TagClassName
{
border-color: #75AB73;
}
</style>