Shades of Amulet #719F67
Tints of Amulet #719F67
RGB
CMYK
RGB Variations
Color information
#719F67 (or 0x719F67) is known color: Amulet. HEX triplet: 71, 9F and 67. RGB value is (113,159,103). Sum of RGB (Red+Green+Blue) = 113+159+103=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #719F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F67 is #8E6098. Grayscale: #8B8B8B. Windows color (decimal): -9330841 or 6791025. OLE color: 6791025.
HSL color Cylindrical-coordinate representation of color #719F67: hue angle of 109.29º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719F67 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 103 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.38 |
| HSL | 109.29º | 0.23% | 0.51% | - |
| HSV(B) | 109.29º | 0.35% | 0.62% | - |
| XYZ | 21.66 | 29.29 | 17.34 | - |
| YUV | 138.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 103 | 0.29 | 0 | 0.35 | 0.38 | 109.29 | 0.23 | 0.51 |
| Hex | 71 | 9F | 67 | 1D | 0 | 23 | 26 | 6D | 17 | 33 |
| Octal | 161 | 237 | 147 | 35 | 0 | 43 | 46 | 155 | 27 | 63 |
| Binary | 1110001 | 10011111 | 1100111 | 11101 | 0 | 100011 | 100110 | 1101101 | 10111 | 110011 |
Color Harmonies of #719F67
Complementary color
Monochromatic Colors of #719F67
Black with #719F67
Text Example
Text Example
White with #719F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F67; }
p { color: rgb(113,159,103); }
H1.HeaderClassName
{
color: #719F67;
}
.AnyTagClassName
{
color: #719F67;
}
</style>
background-color css
<style>
a { background-color: #719F67; }
a { background-color: rgb(113,159,103); }
div.DivClassName
{
background-color: #719F67;
}
.BgClassName
{
background-color: #719F67;
}
</style>
border-color css
<style>
span { border-color: #719F67; }
span { border-color: rgb(113,159,103); }
td.TdClassName
{
border-color: #719F67;
}
.TagClassName
{
border-color: #719F67;
}
</style>