Shades of Amulet #75A869
Tints of Amulet #75A869
RGB
CMYK
RGB Variations
Color information
#75A869 (or 0x75A869) is known color: Amulet. HEX triplet: 75, A8 and 69. RGB value is (117,168,105). Sum of RGB (Red+Green+Blue) = 117+168+105=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #75A869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A869 is #8A5796. Grayscale: #919191. Windows color (decimal): -9066391 or 6924405. OLE color: 6924405.
HSL color Cylindrical-coordinate representation of color #75A869: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A869 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 105 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.34 |
| HSL | 108.57º | 0.27% | 0.54% | - |
| HSV(B) | 108.57º | 0.38% | 0.66% | - |
| XYZ | 23.89 | 32.81 | 18.44 | - |
| YUV | 145.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 105 | 0.30 | 0 | 0.38 | 0.34 | 108.57 | 0.27 | 0.54 |
| Hex | 75 | A8 | 69 | 1E | 0 | 26 | 22 | 6D | 1B | 36 |
| Octal | 165 | 250 | 151 | 36 | 0 | 46 | 42 | 155 | 33 | 66 |
| Binary | 1110101 | 10101000 | 1101001 | 11110 | 0 | 100110 | 100010 | 1101101 | 11011 | 110110 |
Color Harmonies of #75A869
Complementary color
Monochromatic Colors of #75A869
Black with #75A869
Text Example
Text Example
White with #75A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A869; }
p { color: rgb(117,168,105); }
H1.HeaderClassName
{
color: #75A869;
}
.AnyTagClassName
{
color: #75A869;
}
</style>
background-color css
<style>
a { background-color: #75A869; }
a { background-color: rgb(117,168,105); }
div.DivClassName
{
background-color: #75A869;
}
.BgClassName
{
background-color: #75A869;
}
</style>
border-color css
<style>
span { border-color: #75A869; }
span { border-color: rgb(117,168,105); }
td.TdClassName
{
border-color: #75A869;
}
.TagClassName
{
border-color: #75A869;
}
</style>