Shades of Amulet #759966
Tints of Amulet #759966
RGB
CMYK
RGB Variations
Color information
#759966 (or 0x759966) is known color: Amulet. HEX triplet: 75, 99 and 66. RGB value is (117,153,102). Sum of RGB (Red+Green+Blue) = 117+153+102=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #759966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759966 is #8A6699. Grayscale: #888888. Windows color (decimal): -9070234 or 6723957. OLE color: 6723957.
HSL color Cylindrical-coordinate representation of color #759966: hue angle of 102.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759966 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 102 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.4 |
| HSL | 102.35º | 0.2% | 0.5% | - |
| HSV(B) | 102.35º | 0.33% | 0.6% | - |
| XYZ | 21.13 | 27.52 | 16.77 | - |
| YUV | 136.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 102 | 0.24 | 0 | 0.33 | 0.4 | 102.35 | 0.2 | 0.5 |
| Hex | 75 | 99 | 66 | 18 | 0 | 21 | 28 | 66 | 14 | 32 |
| Octal | 165 | 231 | 146 | 30 | 0 | 41 | 50 | 146 | 24 | 62 |
| Binary | 1110101 | 10011001 | 1100110 | 11000 | 0 | 100001 | 101000 | 1100110 | 10100 | 110010 |
Color Harmonies of #759966
Complementary color
Monochromatic Colors of #759966
Black with #759966
Text Example
Text Example
White with #759966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759966; }
p { color: rgb(117,153,102); }
H1.HeaderClassName
{
color: #759966;
}
.AnyTagClassName
{
color: #759966;
}
</style>
background-color css
<style>
a { background-color: #759966; }
a { background-color: rgb(117,153,102); }
div.DivClassName
{
background-color: #759966;
}
.BgClassName
{
background-color: #759966;
}
</style>
border-color css
<style>
span { border-color: #759966; }
span { border-color: rgb(117,153,102); }
td.TdClassName
{
border-color: #759966;
}
.TagClassName
{
border-color: #759966;
}
</style>