Shades of Amulet #799E6E
Tints of Amulet #799E6E
RGB
CMYK
RGB Variations
Color information
#799E6E (or 0x799E6E) is known color: Amulet. HEX triplet: 79, 9E and 6E. RGB value is (121,158,110). Sum of RGB (Red+Green+Blue) = 121+158+110=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #799E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799E6E is #866191. Grayscale: #8D8D8D. Windows color (decimal): -8806802 or 7249529. OLE color: 7249529.
HSL color Cylindrical-coordinate representation of color #799E6E: hue angle of 106.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799E6E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 110 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.38 |
| HSL | 106.25º | 0.2% | 0.53% | - |
| HSV(B) | 106.25º | 0.3% | 0.62% | - |
| XYZ | 22.93 | 29.64 | 19.27 | - |
| YUV | 141.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 110 | 0.23 | 0 | 0.30 | 0.38 | 106.25 | 0.2 | 0.53 |
| Hex | 79 | 9E | 6E | 17 | 0 | 1E | 26 | 6A | 14 | 35 |
| Octal | 171 | 236 | 156 | 27 | 0 | 36 | 46 | 152 | 24 | 65 |
| Binary | 1111001 | 10011110 | 1101110 | 10111 | 0 | 11110 | 100110 | 1101010 | 10100 | 110101 |
Color Harmonies of #799E6E
Complementary color
Monochromatic Colors of #799E6E
Black with #799E6E
Text Example
Text Example
White with #799E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E6E; }
p { color: rgb(121,158,110); }
H1.HeaderClassName
{
color: #799E6E;
}
.AnyTagClassName
{
color: #799E6E;
}
</style>
background-color css
<style>
a { background-color: #799E6E; }
a { background-color: rgb(121,158,110); }
div.DivClassName
{
background-color: #799E6E;
}
.BgClassName
{
background-color: #799E6E;
}
</style>
border-color css
<style>
span { border-color: #799E6E; }
span { border-color: rgb(121,158,110); }
td.TdClassName
{
border-color: #799E6E;
}
.TagClassName
{
border-color: #799E6E;
}
</style>