Shades of Amulet #719C6A
Tints of Amulet #719C6A
RGB
CMYK
RGB Variations
Color information
#719C6A (or 0x719C6A) is known color: Amulet. HEX triplet: 71, 9C and 6A. RGB value is (113,156,106). Sum of RGB (Red+Green+Blue) = 113+156+106=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #719C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C6A is #8E6395. Grayscale: #898989. Windows color (decimal): -9331606 or 6986865. OLE color: 6986865.
HSL color Cylindrical-coordinate representation of color #719C6A: hue angle of 111.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719C6A is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 106 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.39 |
| HSL | 111.6º | 0.2% | 0.51% | - |
| HSV(B) | 111.6º | 0.32% | 0.61% | - |
| XYZ | 21.3 | 28.33 | 17.98 | - |
| YUV | 137.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 106 | 0.28 | 0 | 0.32 | 0.39 | 111.6 | 0.2 | 0.51 |
| Hex | 71 | 9C | 6A | 1C | 0 | 20 | 27 | 70 | 14 | 33 |
| Octal | 161 | 234 | 152 | 34 | 0 | 40 | 47 | 160 | 24 | 63 |
| Binary | 1110001 | 10011100 | 1101010 | 11100 | 0 | 100000 | 100111 | 1110000 | 10100 | 110011 |
Color Harmonies of #719C6A
Complementary color
Monochromatic Colors of #719C6A
Black with #719C6A
Text Example
Text Example
White with #719C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C6A; }
p { color: rgb(113,156,106); }
H1.HeaderClassName
{
color: #719C6A;
}
.AnyTagClassName
{
color: #719C6A;
}
</style>
background-color css
<style>
a { background-color: #719C6A; }
a { background-color: rgb(113,156,106); }
div.DivClassName
{
background-color: #719C6A;
}
.BgClassName
{
background-color: #719C6A;
}
</style>
border-color css
<style>
span { border-color: #719C6A; }
span { border-color: rgb(113,156,106); }
td.TdClassName
{
border-color: #719C6A;
}
.TagClassName
{
border-color: #719C6A;
}
</style>