Shades of Amulet #799D78
Tints of Amulet #799D78
RGB
CMYK
RGB Variations
Color information
#799D78 (or 0x799D78) is known color: Amulet. HEX triplet: 79, 9D and 78. RGB value is (121,157,120). Sum of RGB (Red+Green+Blue) = 121+157+120=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #799D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D78 is #866287. Grayscale: #8E8E8E. Windows color (decimal): -8807048 or 7904633. OLE color: 7904633.
HSL color Cylindrical-coordinate representation of color #799D78: hue angle of 118.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799D78 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 120 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.38 |
| HSL | 118.38º | 0.16% | 0.54% | - |
| HSV(B) | 118.38º | 0.24% | 0.62% | - |
| XYZ | 23.33 | 29.53 | 22.24 | - |
| YUV | 142.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 120 | 0.23 | 0 | 0.24 | 0.38 | 118.38 | 0.16 | 0.54 |
| Hex | 79 | 9D | 78 | 17 | 0 | 18 | 26 | 76 | 10 | 36 |
| Octal | 171 | 235 | 170 | 27 | 0 | 30 | 46 | 166 | 20 | 66 |
| Binary | 1111001 | 10011101 | 1111000 | 10111 | 0 | 11000 | 100110 | 1110110 | 10000 | 110110 |
Color Harmonies of #799D78
Complementary color
Monochromatic Colors of #799D78
Black with #799D78
Text Example
Text Example
White with #799D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D78; }
p { color: rgb(121,157,120); }
H1.HeaderClassName
{
color: #799D78;
}
.AnyTagClassName
{
color: #799D78;
}
</style>
background-color css
<style>
a { background-color: #799D78; }
a { background-color: rgb(121,157,120); }
div.DivClassName
{
background-color: #799D78;
}
.BgClassName
{
background-color: #799D78;
}
</style>
border-color css
<style>
span { border-color: #799D78; }
span { border-color: rgb(121,157,120); }
td.TdClassName
{
border-color: #799D78;
}
.TagClassName
{
border-color: #799D78;
}
</style>