Shades of Amulet #719D64
Tints of Amulet #719D64
RGB
CMYK
RGB Variations
Color information
#719D64 (or 0x719D64) is known color: Amulet. HEX triplet: 71, 9D and 64. RGB value is (113,157,100). Sum of RGB (Red+Green+Blue) = 113+157+100=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #719D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D64 is #8E629B. Grayscale: #898989. Windows color (decimal): -9331356 or 6593905. OLE color: 6593905.
HSL color Cylindrical-coordinate representation of color #719D64: hue angle of 106.32º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719D64 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 100 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.38 |
| HSL | 106.32º | 0.23% | 0.5% | - |
| HSV(B) | 106.32º | 0.36% | 0.62% | - |
| XYZ | 21.17 | 28.54 | 16.45 | - |
| YUV | 137.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 100 | 0.28 | 0 | 0.36 | 0.38 | 106.32 | 0.23 | 0.5 |
| Hex | 71 | 9D | 64 | 1C | 0 | 24 | 26 | 6A | 17 | 32 |
| Octal | 161 | 235 | 144 | 34 | 0 | 44 | 46 | 152 | 27 | 62 |
| Binary | 1110001 | 10011101 | 1100100 | 11100 | 0 | 100100 | 100110 | 1101010 | 10111 | 110010 |
Color Harmonies of #719D64
Complementary color
Monochromatic Colors of #719D64
Black with #719D64
Text Example
Text Example
White with #719D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D64; }
p { color: rgb(113,157,100); }
H1.HeaderClassName
{
color: #719D64;
}
.AnyTagClassName
{
color: #719D64;
}
</style>
background-color css
<style>
a { background-color: #719D64; }
a { background-color: rgb(113,157,100); }
div.DivClassName
{
background-color: #719D64;
}
.BgClassName
{
background-color: #719D64;
}
</style>
border-color css
<style>
span { border-color: #719D64; }
span { border-color: rgb(113,157,100); }
td.TdClassName
{
border-color: #719D64;
}
.TagClassName
{
border-color: #719D64;
}
</style>