Shades of Amulet #719D65
Tints of Amulet #719D65
RGB
CMYK
RGB Variations
Color information
#719D65 (or 0x719D65) is known color: Amulet. HEX triplet: 71, 9D and 65. RGB value is (113,157,101). Sum of RGB (Red+Green+Blue) = 113+157+101=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #719D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D65 is #8E629A. Grayscale: #898989. Windows color (decimal): -9331355 or 6659441. OLE color: 6659441.
HSL color Cylindrical-coordinate representation of color #719D65: hue angle of 107.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719D65 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 101 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.38 |
| HSL | 107.14º | 0.22% | 0.51% | - |
| HSV(B) | 107.14º | 0.36% | 0.62% | - |
| XYZ | 21.22 | 28.56 | 16.71 | - |
| YUV | 137.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 101 | 0.28 | 0 | 0.36 | 0.38 | 107.14 | 0.22 | 0.51 |
| Hex | 71 | 9D | 65 | 1C | 0 | 24 | 26 | 6B | 16 | 33 |
| Octal | 161 | 235 | 145 | 34 | 0 | 44 | 46 | 153 | 26 | 63 |
| Binary | 1110001 | 10011101 | 1100101 | 11100 | 0 | 100100 | 100110 | 1101011 | 10110 | 110011 |
Color Harmonies of #719D65
Complementary color
Monochromatic Colors of #719D65
Black with #719D65
Text Example
Text Example
White with #719D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D65; }
p { color: rgb(113,157,101); }
H1.HeaderClassName
{
color: #719D65;
}
.AnyTagClassName
{
color: #719D65;
}
</style>
background-color css
<style>
a { background-color: #719D65; }
a { background-color: rgb(113,157,101); }
div.DivClassName
{
background-color: #719D65;
}
.BgClassName
{
background-color: #719D65;
}
</style>
border-color css
<style>
span { border-color: #719D65; }
span { border-color: rgb(113,157,101); }
td.TdClassName
{
border-color: #719D65;
}
.TagClassName
{
border-color: #719D65;
}
</style>