Shades of Amulet #75A970
Tints of Amulet #75A970
RGB
CMYK
RGB Variations
Color information
#75A970 (or 0x75A970) is known color: Amulet. HEX triplet: 75, A9 and 70. RGB value is (117,169,112). Sum of RGB (Red+Green+Blue) = 117+169+112=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #75A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A970 is #8A568F. Grayscale: #939393. Windows color (decimal): -9066128 or 7383413. OLE color: 7383413.
HSL color Cylindrical-coordinate representation of color #75A970: hue angle of 114.74º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75A970 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 112 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.34 |
| HSL | 114.74º | 0.25% | 0.55% | - |
| HSV(B) | 114.74º | 0.34% | 0.66% | - |
| XYZ | 24.45 | 33.33 | 20.47 | - |
| YUV | 146.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 112 | 0.31 | 0 | 0.34 | 0.34 | 114.74 | 0.25 | 0.55 |
| Hex | 75 | A9 | 70 | 1F | 0 | 22 | 22 | 73 | 19 | 37 |
| Octal | 165 | 251 | 160 | 37 | 0 | 42 | 42 | 163 | 31 | 67 |
| Binary | 1110101 | 10101001 | 1110000 | 11111 | 0 | 100010 | 100010 | 1110011 | 11001 | 110111 |
Color Harmonies of #75A970
Complementary color
Monochromatic Colors of #75A970
Black with #75A970
Text Example
Text Example
White with #75A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A970; }
p { color: rgb(117,169,112); }
H1.HeaderClassName
{
color: #75A970;
}
.AnyTagClassName
{
color: #75A970;
}
</style>
background-color css
<style>
a { background-color: #75A970; }
a { background-color: rgb(117,169,112); }
div.DivClassName
{
background-color: #75A970;
}
.BgClassName
{
background-color: #75A970;
}
</style>
border-color css
<style>
span { border-color: #75A970; }
span { border-color: rgb(117,169,112); }
td.TdClassName
{
border-color: #75A970;
}
.TagClassName
{
border-color: #75A970;
}
</style>