Shades of Amulet #739D66
Tints of Amulet #739D66
RGB
CMYK
RGB Variations
Color information
#739D66 (or 0x739D66) is known color: Amulet. HEX triplet: 73, 9D and 66. RGB value is (115,157,102). Sum of RGB (Red+Green+Blue) = 115+157+102=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #739D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D66 is #8C6299. Grayscale: #8A8A8A. Windows color (decimal): -9200282 or 6724979. OLE color: 6724979.
HSL color Cylindrical-coordinate representation of color #739D66: hue angle of 105.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #739D66 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 102 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.38 |
| HSL | 105.82º | 0.22% | 0.51% | - |
| HSV(B) | 105.82º | 0.35% | 0.62% | - |
| XYZ | 21.53 | 28.72 | 16.98 | - |
| YUV | 138.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 102 | 0.27 | 0 | 0.35 | 0.38 | 105.82 | 0.22 | 0.51 |
| Hex | 73 | 9D | 66 | 1B | 0 | 23 | 26 | 6A | 16 | 33 |
| Octal | 163 | 235 | 146 | 33 | 0 | 43 | 46 | 152 | 26 | 63 |
| Binary | 1110011 | 10011101 | 1100110 | 11011 | 0 | 100011 | 100110 | 1101010 | 10110 | 110011 |
Color Harmonies of #739D66
Complementary color
Monochromatic Colors of #739D66
Black with #739D66
Text Example
Text Example
White with #739D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D66; }
p { color: rgb(115,157,102); }
H1.HeaderClassName
{
color: #739D66;
}
.AnyTagClassName
{
color: #739D66;
}
</style>
background-color css
<style>
a { background-color: #739D66; }
a { background-color: rgb(115,157,102); }
div.DivClassName
{
background-color: #739D66;
}
.BgClassName
{
background-color: #739D66;
}
</style>
border-color css
<style>
span { border-color: #739D66; }
span { border-color: rgb(115,157,102); }
td.TdClassName
{
border-color: #739D66;
}
.TagClassName
{
border-color: #739D66;
}
</style>