Shades of Amulet #719E63
Tints of Amulet #719E63
RGB
CMYK
RGB Variations
Color information
#719E63 (or 0x719E63) is known color: Amulet. HEX triplet: 71, 9E and 63. RGB value is (113,158,99). Sum of RGB (Red+Green+Blue) = 113+158+99=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #719E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E63 is #8E619C. Grayscale: #8A8A8A. Windows color (decimal): -9331101 or 6528625. OLE color: 6528625.
HSL color Cylindrical-coordinate representation of color #719E63: hue angle of 105.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719E63 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 99 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.38 |
| HSL | 105.76º | 0.23% | 0.5% | - |
| HSV(B) | 105.76º | 0.37% | 0.62% | - |
| XYZ | 21.29 | 28.87 | 16.25 | - |
| YUV | 137.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 99 | 0.28 | 0 | 0.37 | 0.38 | 105.76 | 0.23 | 0.5 |
| Hex | 71 | 9E | 63 | 1C | 0 | 25 | 26 | 6A | 17 | 32 |
| Octal | 161 | 236 | 143 | 34 | 0 | 45 | 46 | 152 | 27 | 62 |
| Binary | 1110001 | 10011110 | 1100011 | 11100 | 0 | 100101 | 100110 | 1101010 | 10111 | 110010 |
Color Harmonies of #719E63
Complementary color
Monochromatic Colors of #719E63
Black with #719E63
Text Example
Text Example
White with #719E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E63; }
p { color: rgb(113,158,99); }
H1.HeaderClassName
{
color: #719E63;
}
.AnyTagClassName
{
color: #719E63;
}
</style>
background-color css
<style>
a { background-color: #719E63; }
a { background-color: rgb(113,158,99); }
div.DivClassName
{
background-color: #719E63;
}
.BgClassName
{
background-color: #719E63;
}
</style>
border-color css
<style>
span { border-color: #719E63; }
span { border-color: rgb(113,158,99); }
td.TdClassName
{
border-color: #719E63;
}
.TagClassName
{
border-color: #719E63;
}
</style>