Shades of Amulet #739F6C
Tints of Amulet #739F6C
RGB
CMYK
RGB Variations
Color information
#739F6C (or 0x739F6C) is known color: Amulet. HEX triplet: 73, 9F and 6C. RGB value is (115,159,108). Sum of RGB (Red+Green+Blue) = 115+159+108=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #739F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F6C is #8C6093. Grayscale: #8C8C8C. Windows color (decimal): -9199764 or 7118707. OLE color: 7118707.
HSL color Cylindrical-coordinate representation of color #739F6C: hue angle of 111.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739F6C is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 108 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.38 |
| HSL | 111.76º | 0.21% | 0.52% | - |
| HSV(B) | 111.76º | 0.32% | 0.62% | - |
| XYZ | 22.18 | 29.52 | 18.72 | - |
| YUV | 140.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 108 | 0.28 | 0 | 0.32 | 0.38 | 111.76 | 0.21 | 0.52 |
| Hex | 73 | 9F | 6C | 1C | 0 | 20 | 26 | 70 | 15 | 34 |
| Octal | 163 | 237 | 154 | 34 | 0 | 40 | 46 | 160 | 25 | 64 |
| Binary | 1110011 | 10011111 | 1101100 | 11100 | 0 | 100000 | 100110 | 1110000 | 10101 | 110100 |
Color Harmonies of #739F6C
Complementary color
Monochromatic Colors of #739F6C
Black with #739F6C
Text Example
Text Example
White with #739F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F6C; }
p { color: rgb(115,159,108); }
H1.HeaderClassName
{
color: #739F6C;
}
.AnyTagClassName
{
color: #739F6C;
}
</style>
background-color css
<style>
a { background-color: #739F6C; }
a { background-color: rgb(115,159,108); }
div.DivClassName
{
background-color: #739F6C;
}
.BgClassName
{
background-color: #739F6C;
}
</style>
border-color css
<style>
span { border-color: #739F6C; }
span { border-color: rgb(115,159,108); }
td.TdClassName
{
border-color: #739F6C;
}
.TagClassName
{
border-color: #739F6C;
}
</style>