Shades of Amulet #75AA6A
Tints of Amulet #75AA6A
RGB
CMYK
RGB Variations
Color information
#75AA6A (or 0x75AA6A) is known color: Amulet. HEX triplet: 75, AA and 6A. RGB value is (117,170,106). Sum of RGB (Red+Green+Blue) = 117+170+106=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA6A is #8A5595. Grayscale: #939393. Windows color (decimal): -9065878 or 6990453. OLE color: 6990453.
HSL color Cylindrical-coordinate representation of color #75AA6A: hue angle of 109.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75AA6A is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 106 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.33 |
| HSL | 109.69º | 0.27% | 0.54% | - |
| HSV(B) | 109.69º | 0.38% | 0.67% | - |
| XYZ | 24.31 | 33.57 | 18.83 | - |
| YUV | 146.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 106 | 0.31 | 0 | 0.38 | 0.33 | 109.69 | 0.27 | 0.54 |
| Hex | 75 | AA | 6A | 1F | 0 | 26 | 21 | 6E | 1B | 36 |
| Octal | 165 | 252 | 152 | 37 | 0 | 46 | 41 | 156 | 33 | 66 |
| Binary | 1110101 | 10101010 | 1101010 | 11111 | 0 | 100110 | 100001 | 1101110 | 11011 | 110110 |
Color Harmonies of #75AA6A
Complementary color
Monochromatic Colors of #75AA6A
Black with #75AA6A
Text Example
Text Example
White with #75AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AA6A; }
p { color: rgb(117,170,106); }
H1.HeaderClassName
{
color: #75AA6A;
}
.AnyTagClassName
{
color: #75AA6A;
}
</style>
background-color css
<style>
a { background-color: #75AA6A; }
a { background-color: rgb(117,170,106); }
div.DivClassName
{
background-color: #75AA6A;
}
.BgClassName
{
background-color: #75AA6A;
}
</style>
border-color css
<style>
span { border-color: #75AA6A; }
span { border-color: rgb(117,170,106); }
td.TdClassName
{
border-color: #75AA6A;
}
.TagClassName
{
border-color: #75AA6A;
}
</style>