Shades of Amulet #739B6A
Tints of Amulet #739B6A
RGB
CMYK
RGB Variations
Color information
#739B6A (or 0x739B6A) is known color: Amulet. HEX triplet: 73, 9B and 6A. RGB value is (115,155,106). Sum of RGB (Red+Green+Blue) = 115+155+106=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #739B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B6A is #8C6495. Grayscale: #898989. Windows color (decimal): -9200790 or 6986611. OLE color: 6986611.
HSL color Cylindrical-coordinate representation of color #739B6A: hue angle of 108.98º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739B6A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 106 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.39 |
| HSL | 108.98º | 0.2% | 0.51% | - |
| HSV(B) | 108.98º | 0.32% | 0.61% | - |
| XYZ | 21.39 | 28.13 | 17.94 | - |
| YUV | 137.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 106 | 0.26 | 0 | 0.32 | 0.39 | 108.98 | 0.2 | 0.51 |
| Hex | 73 | 9B | 6A | 1A | 0 | 20 | 27 | 6D | 14 | 33 |
| Octal | 163 | 233 | 152 | 32 | 0 | 40 | 47 | 155 | 24 | 63 |
| Binary | 1110011 | 10011011 | 1101010 | 11010 | 0 | 100000 | 100111 | 1101101 | 10100 | 110011 |
Color Harmonies of #739B6A
Complementary color
Monochromatic Colors of #739B6A
Black with #739B6A
Text Example
Text Example
White with #739B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B6A; }
p { color: rgb(115,155,106); }
H1.HeaderClassName
{
color: #739B6A;
}
.AnyTagClassName
{
color: #739B6A;
}
</style>
background-color css
<style>
a { background-color: #739B6A; }
a { background-color: rgb(115,155,106); }
div.DivClassName
{
background-color: #739B6A;
}
.BgClassName
{
background-color: #739B6A;
}
</style>
border-color css
<style>
span { border-color: #739B6A; }
span { border-color: rgb(115,155,106); }
td.TdClassName
{
border-color: #739B6A;
}
.TagClassName
{
border-color: #739B6A;
}
</style>