Shades of Amulet #719C66
Tints of Amulet #719C66
RGB
CMYK
RGB Variations
Color information
#719C66 (or 0x719C66) is known color: Amulet. HEX triplet: 71, 9C and 66. RGB value is (113,156,102). Sum of RGB (Red+Green+Blue) = 113+156+102=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #719C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C66 is #8E6399. Grayscale: #898989. Windows color (decimal): -9331610 or 6724721. OLE color: 6724721.
HSL color Cylindrical-coordinate representation of color #719C66: hue angle of 107.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719C66 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 102 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.39 |
| HSL | 107.78º | 0.21% | 0.51% | - |
| HSV(B) | 107.78º | 0.35% | 0.61% | - |
| XYZ | 21.1 | 28.25 | 16.91 | - |
| YUV | 136.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 102 | 0.28 | 0 | 0.35 | 0.39 | 107.78 | 0.21 | 0.51 |
| Hex | 71 | 9C | 66 | 1C | 0 | 23 | 27 | 6C | 15 | 33 |
| Octal | 161 | 234 | 146 | 34 | 0 | 43 | 47 | 154 | 25 | 63 |
| Binary | 1110001 | 10011100 | 1100110 | 11100 | 0 | 100011 | 100111 | 1101100 | 10101 | 110011 |
Color Harmonies of #719C66
Complementary color
Monochromatic Colors of #719C66
Black with #719C66
Text Example
Text Example
White with #719C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C66; }
p { color: rgb(113,156,102); }
H1.HeaderClassName
{
color: #719C66;
}
.AnyTagClassName
{
color: #719C66;
}
</style>
background-color css
<style>
a { background-color: #719C66; }
a { background-color: rgb(113,156,102); }
div.DivClassName
{
background-color: #719C66;
}
.BgClassName
{
background-color: #719C66;
}
</style>
border-color css
<style>
span { border-color: #719C66; }
span { border-color: rgb(113,156,102); }
td.TdClassName
{
border-color: #719C66;
}
.TagClassName
{
border-color: #719C66;
}
</style>