Shades of Amulet #799D75
Tints of Amulet #799D75
RGB
CMYK
RGB Variations
Color information
#799D75 (or 0x799D75) is known color: Amulet. HEX triplet: 79, 9D and 75. RGB value is (121,157,117). Sum of RGB (Red+Green+Blue) = 121+157+117=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #799D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D75 is #86628A. Grayscale: #8D8D8D. Windows color (decimal): -8807051 or 7708025. OLE color: 7708025.
HSL color Cylindrical-coordinate representation of color #799D75: hue angle of 114º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799D75 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 117 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.38 |
| HSL | 114º | 0.17% | 0.54% | - |
| HSV(B) | 114º | 0.25% | 0.62% | - |
| XYZ | 23.15 | 29.46 | 21.3 | - |
| YUV | 141.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 117 | 0.23 | 0 | 0.25 | 0.38 | 114 | 0.17 | 0.54 |
| Hex | 79 | 9D | 75 | 17 | 0 | 19 | 26 | 72 | 11 | 36 |
| Octal | 171 | 235 | 165 | 27 | 0 | 31 | 46 | 162 | 21 | 66 |
| Binary | 1111001 | 10011101 | 1110101 | 10111 | 0 | 11001 | 100110 | 1110010 | 10001 | 110110 |
Color Harmonies of #799D75
Complementary color
Monochromatic Colors of #799D75
Black with #799D75
Text Example
Text Example
White with #799D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D75; }
p { color: rgb(121,157,117); }
H1.HeaderClassName
{
color: #799D75;
}
.AnyTagClassName
{
color: #799D75;
}
</style>
background-color css
<style>
a { background-color: #799D75; }
a { background-color: rgb(121,157,117); }
div.DivClassName
{
background-color: #799D75;
}
.BgClassName
{
background-color: #799D75;
}
</style>
border-color css
<style>
span { border-color: #799D75; }
span { border-color: rgb(121,157,117); }
td.TdClassName
{
border-color: #799D75;
}
.TagClassName
{
border-color: #799D75;
}
</style>