Shades of Amulet #739A6B
Tints of Amulet #739A6B
RGB
CMYK
RGB Variations
Color information
#739A6B (or 0x739A6B) is known color: Amulet. HEX triplet: 73, 9A and 6B. RGB value is (115,154,107). Sum of RGB (Red+Green+Blue) = 115+154+107=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #739A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739A6B is #8C6594. Grayscale: #898989. Windows color (decimal): -9201045 or 7051891. OLE color: 7051891.
HSL color Cylindrical-coordinate representation of color #739A6B: hue angle of 109.79º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #739A6B is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 107 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.40 |
| HSL | 109.79º | 0.19% | 0.51% | - |
| HSV(B) | 109.79º | 0.31% | 0.6% | - |
| XYZ | 21.28 | 27.82 | 18.16 | - |
| YUV | 136.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 107 | 0.25 | 0 | 0.31 | 0.40 | 109.79 | 0.19 | 0.51 |
| Hex | 73 | 9A | 6B | 19 | 0 | 1F | 28 | 6E | 13 | 33 |
| Octal | 163 | 232 | 153 | 31 | 0 | 37 | 50 | 156 | 23 | 63 |
| Binary | 1110011 | 10011010 | 1101011 | 11001 | 0 | 11111 | 101000 | 1101110 | 10011 | 110011 |
Color Harmonies of #739A6B
Complementary color
Monochromatic Colors of #739A6B
Black with #739A6B
Text Example
Text Example
White with #739A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A6B; }
p { color: rgb(115,154,107); }
H1.HeaderClassName
{
color: #739A6B;
}
.AnyTagClassName
{
color: #739A6B;
}
</style>
background-color css
<style>
a { background-color: #739A6B; }
a { background-color: rgb(115,154,107); }
div.DivClassName
{
background-color: #739A6B;
}
.BgClassName
{
background-color: #739A6B;
}
</style>
border-color css
<style>
span { border-color: #739A6B; }
span { border-color: rgb(115,154,107); }
td.TdClassName
{
border-color: #739A6B;
}
.TagClassName
{
border-color: #739A6B;
}
</style>