Shades of Amulet #75AE63
Tints of Amulet #75AE63
RGB
CMYK
RGB Variations
Color information
#75AE63 (or 0x75AE63) is known color: Amulet. HEX triplet: 75, AE and 63. RGB value is (117,174,99). Sum of RGB (Red+Green+Blue) = 117+174+99=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE63 is #8A519C. Grayscale: #949494. Windows color (decimal): -9064861 or 6532725. OLE color: 6532725.
HSL color Cylindrical-coordinate representation of color #75AE63: hue angle of 105.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75AE63 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 174 | 99 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.32 |
| HSL | 105.6º | 0.32% | 0.54% | - |
| HSV(B) | 105.6º | 0.43% | 0.68% | - |
| XYZ | 24.72 | 34.95 | 17.25 | - |
| YUV | 148.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 174 | 99 | 0.33 | 0 | 0.43 | 0.32 | 105.6 | 0.32 | 0.54 |
| Hex | 75 | AE | 63 | 21 | 0 | 2B | 20 | 6A | 20 | 36 |
| Octal | 165 | 256 | 143 | 41 | 0 | 53 | 40 | 152 | 40 | 66 |
| Binary | 1110101 | 10101110 | 1100011 | 100001 | 0 | 101011 | 100000 | 1101010 | 100000 | 110110 |
Color Harmonies of #75AE63
Complementary color
Monochromatic Colors of #75AE63
Black with #75AE63
Text Example
Text Example
White with #75AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AE63; }
p { color: rgb(117,174,99); }
H1.HeaderClassName
{
color: #75AE63;
}
.AnyTagClassName
{
color: #75AE63;
}
</style>
background-color css
<style>
a { background-color: #75AE63; }
a { background-color: rgb(117,174,99); }
div.DivClassName
{
background-color: #75AE63;
}
.BgClassName
{
background-color: #75AE63;
}
</style>
border-color css
<style>
span { border-color: #75AE63; }
span { border-color: rgb(117,174,99); }
td.TdClassName
{
border-color: #75AE63;
}
.TagClassName
{
border-color: #75AE63;
}
</style>