Shades of Amulet #75A669
Tints of Amulet #75A669
RGB
CMYK
RGB Variations
Color information
#75A669 (or 0x75A669) is known color: Amulet. HEX triplet: 75, A6 and 69. RGB value is (117,166,105). Sum of RGB (Red+Green+Blue) = 117+166+105=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #75A669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A669 is #8A5996. Grayscale: #909090. Windows color (decimal): -9066903 or 6923893. OLE color: 6923893.
HSL color Cylindrical-coordinate representation of color #75A669: hue angle of 108.2º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75A669 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 105 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.35 |
| HSL | 108.2º | 0.26% | 0.53% | - |
| HSV(B) | 108.2º | 0.37% | 0.65% | - |
| XYZ | 23.52 | 32.07 | 18.32 | - |
| YUV | 144.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 105 | 0.30 | 0 | 0.37 | 0.35 | 108.2 | 0.26 | 0.53 |
| Hex | 75 | A6 | 69 | 1E | 0 | 25 | 23 | 6C | 1A | 35 |
| Octal | 165 | 246 | 151 | 36 | 0 | 45 | 43 | 154 | 32 | 65 |
| Binary | 1110101 | 10100110 | 1101001 | 11110 | 0 | 100101 | 100011 | 1101100 | 11010 | 110101 |
Color Harmonies of #75A669
Complementary color
Monochromatic Colors of #75A669
Black with #75A669
Text Example
Text Example
White with #75A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A669; }
p { color: rgb(117,166,105); }
H1.HeaderClassName
{
color: #75A669;
}
.AnyTagClassName
{
color: #75A669;
}
</style>
background-color css
<style>
a { background-color: #75A669; }
a { background-color: rgb(117,166,105); }
div.DivClassName
{
background-color: #75A669;
}
.BgClassName
{
background-color: #75A669;
}
</style>
border-color css
<style>
span { border-color: #75A669; }
span { border-color: rgb(117,166,105); }
td.TdClassName
{
border-color: #75A669;
}
.TagClassName
{
border-color: #75A669;
}
</style>