Shades of Amulet #799D68
Tints of Amulet #799D68
RGB
CMYK
RGB Variations
Color information
#799D68 (or 0x799D68) is known color: Amulet. HEX triplet: 79, 9D and 68. RGB value is (121,157,104). Sum of RGB (Red+Green+Blue) = 121+157+104=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #799D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D68 is #866297. Grayscale: #8C8C8C. Windows color (decimal): -8807064 or 6856057. OLE color: 6856057.
HSL color Cylindrical-coordinate representation of color #799D68: hue angle of 100.75º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799D68 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 104 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.38 |
| HSL | 100.75º | 0.21% | 0.51% | - |
| HSV(B) | 100.75º | 0.34% | 0.62% | - |
| XYZ | 22.44 | 29.18 | 17.55 | - |
| YUV | 140.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 104 | 0.23 | 0 | 0.34 | 0.38 | 100.75 | 0.21 | 0.51 |
| Hex | 79 | 9D | 68 | 17 | 0 | 22 | 26 | 65 | 15 | 33 |
| Octal | 171 | 235 | 150 | 27 | 0 | 42 | 46 | 145 | 25 | 63 |
| Binary | 1111001 | 10011101 | 1101000 | 10111 | 0 | 100010 | 100110 | 1100101 | 10101 | 110011 |
Color Harmonies of #799D68
Complementary color
Monochromatic Colors of #799D68
Black with #799D68
Text Example
Text Example
White with #799D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D68; }
p { color: rgb(121,157,104); }
H1.HeaderClassName
{
color: #799D68;
}
.AnyTagClassName
{
color: #799D68;
}
</style>
background-color css
<style>
a { background-color: #799D68; }
a { background-color: rgb(121,157,104); }
div.DivClassName
{
background-color: #799D68;
}
.BgClassName
{
background-color: #799D68;
}
</style>
border-color css
<style>
span { border-color: #799D68; }
span { border-color: rgb(121,157,104); }
td.TdClassName
{
border-color: #799D68;
}
.TagClassName
{
border-color: #799D68;
}
</style>