Shades of Amulet #799F66
Tints of Amulet #799F66
RGB
CMYK
RGB Variations
Color information
#799F66 (or 0x799F66) is known color: Amulet. HEX triplet: 79, 9F and 66. RGB value is (121,159,102). Sum of RGB (Red+Green+Blue) = 121+159+102=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #799F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799F66 is #866099. Grayscale: #8D8D8D. Windows color (decimal): -8806554 or 6725497. OLE color: 6725497.
HSL color Cylindrical-coordinate representation of color #799F66: hue angle of 100º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799F66 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 102 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.38 |
| HSL | 100º | 0.23% | 0.51% | - |
| HSV(B) | 100º | 0.36% | 0.62% | - |
| XYZ | 22.68 | 29.82 | 17.13 | - |
| YUV | 141.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 102 | 0.24 | 0 | 0.36 | 0.38 | 100 | 0.23 | 0.51 |
| Hex | 79 | 9F | 66 | 18 | 0 | 24 | 26 | 64 | 17 | 33 |
| Octal | 171 | 237 | 146 | 30 | 0 | 44 | 46 | 144 | 27 | 63 |
| Binary | 1111001 | 10011111 | 1100110 | 11000 | 0 | 100100 | 100110 | 1100100 | 10111 | 110011 |
Color Harmonies of #799F66
Complementary color
Monochromatic Colors of #799F66
Black with #799F66
Text Example
Text Example
White with #799F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F66; }
p { color: rgb(121,159,102); }
H1.HeaderClassName
{
color: #799F66;
}
.AnyTagClassName
{
color: #799F66;
}
</style>
background-color css
<style>
a { background-color: #799F66; }
a { background-color: rgb(121,159,102); }
div.DivClassName
{
background-color: #799F66;
}
.BgClassName
{
background-color: #799F66;
}
</style>
border-color css
<style>
span { border-color: #799F66; }
span { border-color: rgb(121,159,102); }
td.TdClassName
{
border-color: #799F66;
}
.TagClassName
{
border-color: #799F66;
}
</style>