Shades of Amulet #739A6D
Tints of Amulet #739A6D
RGB
CMYK
RGB Variations
Color information
#739A6D (or 0x739A6D) is known color: Amulet. HEX triplet: 73, 9A and 6D. RGB value is (115,154,109). Sum of RGB (Red+Green+Blue) = 115+154+109=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #739A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739A6D is #8C6592. Grayscale: #898989. Windows color (decimal): -9201043 or 7182963. OLE color: 7182963.
HSL color Cylindrical-coordinate representation of color #739A6D: hue angle of 112º 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 #739A6D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 109 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.40 |
| HSL | 112º | 0.18% | 0.52% | - |
| HSV(B) | 112º | 0.29% | 0.6% | - |
| XYZ | 21.39 | 27.86 | 18.72 | - |
| YUV | 137.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 109 | 0.25 | 0 | 0.29 | 0.40 | 112 | 0.18 | 0.52 |
| Hex | 73 | 9A | 6D | 19 | 0 | 1D | 28 | 70 | 12 | 34 |
| Octal | 163 | 232 | 155 | 31 | 0 | 35 | 50 | 160 | 22 | 64 |
| Binary | 1110011 | 10011010 | 1101101 | 11001 | 0 | 11101 | 101000 | 1110000 | 10010 | 110100 |
Color Harmonies of #739A6D
Complementary color
Monochromatic Colors of #739A6D
Black with #739A6D
Text Example
Text Example
White with #739A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A6D; }
p { color: rgb(115,154,109); }
H1.HeaderClassName
{
color: #739A6D;
}
.AnyTagClassName
{
color: #739A6D;
}
</style>
background-color css
<style>
a { background-color: #739A6D; }
a { background-color: rgb(115,154,109); }
div.DivClassName
{
background-color: #739A6D;
}
.BgClassName
{
background-color: #739A6D;
}
</style>
border-color css
<style>
span { border-color: #739A6D; }
span { border-color: rgb(115,154,109); }
td.TdClassName
{
border-color: #739A6D;
}
.TagClassName
{
border-color: #739A6D;
}
</style>