Shades of Amulet #729B65
Tints of Amulet #729B65
RGB
CMYK
RGB Variations
Color information
#729B65 (or 0x729B65) is known color: Amulet. HEX triplet: 72, 9B and 65. RGB value is (114,155,101). Sum of RGB (Red+Green+Blue) = 114+155+101=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #729B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B65 is #8D649A. Grayscale: #888888. Windows color (decimal): -9266331 or 6658930. OLE color: 6658930.
HSL color Cylindrical-coordinate representation of color #729B65: hue angle of 105.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729B65 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 101 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.39 |
| HSL | 105.56º | 0.21% | 0.5% | - |
| HSV(B) | 105.56º | 0.35% | 0.61% | - |
| XYZ | 21.01 | 27.96 | 16.6 | - |
| YUV | 136.59 | 107.92 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 101 | 0.26 | 0 | 0.35 | 0.39 | 105.56 | 0.21 | 0.5 |
| Hex | 72 | 9B | 65 | 1A | 0 | 23 | 27 | 6A | 15 | 32 |
| Octal | 162 | 233 | 145 | 32 | 0 | 43 | 47 | 152 | 25 | 62 |
| Binary | 1110010 | 10011011 | 1100101 | 11010 | 0 | 100011 | 100111 | 1101010 | 10101 | 110010 |
Color Harmonies of #729B65
Complementary color
Monochromatic Colors of #729B65
Black with #729B65
Text Example
Text Example
White with #729B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B65; }
p { color: rgb(114,155,101); }
H1.HeaderClassName
{
color: #729B65;
}
.AnyTagClassName
{
color: #729B65;
}
</style>
background-color css
<style>
a { background-color: #729B65; }
a { background-color: rgb(114,155,101); }
div.DivClassName
{
background-color: #729B65;
}
.BgClassName
{
background-color: #729B65;
}
</style>
border-color css
<style>
span { border-color: #729B65; }
span { border-color: rgb(114,155,101); }
td.TdClassName
{
border-color: #729B65;
}
.TagClassName
{
border-color: #729B65;
}
</style>