Shades of Amulet #739A6E
Tints of Amulet #739A6E
RGB
CMYK
RGB Variations
Color information
#739A6E (or 0x739A6E) is known color: Amulet. HEX triplet: 73, 9A and 6E. RGB value is (115,154,110). Sum of RGB (Red+Green+Blue) = 115+154+110=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #739A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739A6E is #8C6591. Grayscale: #898989. Windows color (decimal): -9201042 or 7248499. OLE color: 7248499.
HSL color Cylindrical-coordinate representation of color #739A6E: hue angle of 113.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739A6E is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 110 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.40 |
| HSL | 113.18º | 0.18% | 0.52% | - |
| HSV(B) | 113.18º | 0.29% | 0.6% | - |
| XYZ | 21.44 | 27.88 | 19 | - |
| YUV | 137.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 110 | 0.25 | 0 | 0.29 | 0.40 | 113.18 | 0.18 | 0.52 |
| Hex | 73 | 9A | 6E | 19 | 0 | 1D | 28 | 71 | 12 | 34 |
| Octal | 163 | 232 | 156 | 31 | 0 | 35 | 50 | 161 | 22 | 64 |
| Binary | 1110011 | 10011010 | 1101110 | 11001 | 0 | 11101 | 101000 | 1110001 | 10010 | 110100 |
Color Harmonies of #739A6E
Complementary color
Monochromatic Colors of #739A6E
Black with #739A6E
Text Example
Text Example
White with #739A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A6E; }
p { color: rgb(115,154,110); }
H1.HeaderClassName
{
color: #739A6E;
}
.AnyTagClassName
{
color: #739A6E;
}
</style>
background-color css
<style>
a { background-color: #739A6E; }
a { background-color: rgb(115,154,110); }
div.DivClassName
{
background-color: #739A6E;
}
.BgClassName
{
background-color: #739A6E;
}
</style>
border-color css
<style>
span { border-color: #739A6E; }
span { border-color: rgb(115,154,110); }
td.TdClassName
{
border-color: #739A6E;
}
.TagClassName
{
border-color: #739A6E;
}
</style>