Shades of Amulet #739B68
Tints of Amulet #739B68
RGB
CMYK
RGB Variations
Color information
#739B68 (or 0x739B68) is known color: Amulet. HEX triplet: 73, 9B and 68. RGB value is (115,155,104). Sum of RGB (Red+Green+Blue) = 115+155+104=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #739B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B68 is #8C6497. Grayscale: #898989. Windows color (decimal): -9200792 or 6855539. OLE color: 6855539.
HSL color Cylindrical-coordinate representation of color #739B68: hue angle of 107.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739B68 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 104 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.39 |
| HSL | 107.06º | 0.2% | 0.51% | - |
| HSV(B) | 107.06º | 0.33% | 0.61% | - |
| XYZ | 21.29 | 28.09 | 17.4 | - |
| YUV | 137.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 104 | 0.26 | 0 | 0.33 | 0.39 | 107.06 | 0.2 | 0.51 |
| Hex | 73 | 9B | 68 | 1A | 0 | 21 | 27 | 6B | 14 | 33 |
| Octal | 163 | 233 | 150 | 32 | 0 | 41 | 47 | 153 | 24 | 63 |
| Binary | 1110011 | 10011011 | 1101000 | 11010 | 0 | 100001 | 100111 | 1101011 | 10100 | 110011 |
Color Harmonies of #739B68
Complementary color
Monochromatic Colors of #739B68
Black with #739B68
Text Example
Text Example
White with #739B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B68; }
p { color: rgb(115,155,104); }
H1.HeaderClassName
{
color: #739B68;
}
.AnyTagClassName
{
color: #739B68;
}
</style>
background-color css
<style>
a { background-color: #739B68; }
a { background-color: rgb(115,155,104); }
div.DivClassName
{
background-color: #739B68;
}
.BgClassName
{
background-color: #739B68;
}
</style>
border-color css
<style>
span { border-color: #739B68; }
span { border-color: rgb(115,155,104); }
td.TdClassName
{
border-color: #739B68;
}
.TagClassName
{
border-color: #739B68;
}
</style>