Shades of Amulet #729D65
Tints of Amulet #729D65
RGB
CMYK
RGB Variations
Color information
#729D65 (or 0x729D65) is known color: Amulet. HEX triplet: 72, 9D and 65. RGB value is (114,157,101). Sum of RGB (Red+Green+Blue) = 114+157+101=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #729D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D65 is #8D629A. Grayscale: #898989. Windows color (decimal): -9265819 or 6659442. OLE color: 6659442.
HSL color Cylindrical-coordinate representation of color #729D65: hue angle of 106.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #729D65 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 101 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.38 |
| HSL | 106.07º | 0.22% | 0.51% | - |
| HSV(B) | 106.07º | 0.36% | 0.62% | - |
| XYZ | 21.35 | 28.63 | 16.71 | - |
| YUV | 137.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 101 | 0.27 | 0 | 0.36 | 0.38 | 106.07 | 0.22 | 0.51 |
| Hex | 72 | 9D | 65 | 1B | 0 | 24 | 26 | 6A | 16 | 33 |
| Octal | 162 | 235 | 145 | 33 | 0 | 44 | 46 | 152 | 26 | 63 |
| Binary | 1110010 | 10011101 | 1100101 | 11011 | 0 | 100100 | 100110 | 1101010 | 10110 | 110011 |
Color Harmonies of #729D65
Complementary color
Monochromatic Colors of #729D65
Black with #729D65
Text Example
Text Example
White with #729D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D65; }
p { color: rgb(114,157,101); }
H1.HeaderClassName
{
color: #729D65;
}
.AnyTagClassName
{
color: #729D65;
}
</style>
background-color css
<style>
a { background-color: #729D65; }
a { background-color: rgb(114,157,101); }
div.DivClassName
{
background-color: #729D65;
}
.BgClassName
{
background-color: #729D65;
}
</style>
border-color css
<style>
span { border-color: #729D65; }
span { border-color: rgb(114,157,101); }
td.TdClassName
{
border-color: #729D65;
}
.TagClassName
{
border-color: #729D65;
}
</style>