Shades of Amulet #729C69
Tints of Amulet #729C69
RGB
CMYK
RGB Variations
Color information
#729C69 (or 0x729C69) is known color: Amulet. HEX triplet: 72, 9C and 69. RGB value is (114,156,105). Sum of RGB (Red+Green+Blue) = 114+156+105=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #729C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729C69 is #8D6396. Grayscale: #898989. Windows color (decimal): -9266071 or 6921330. OLE color: 6921330.
HSL color Cylindrical-coordinate representation of color #729C69: hue angle of 109.41º 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 #729C69 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 105 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.39 |
| HSL | 109.41º | 0.2% | 0.51% | - |
| HSV(B) | 109.41º | 0.33% | 0.61% | - |
| XYZ | 21.38 | 28.37 | 17.71 | - |
| YUV | 137.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 105 | 0.27 | 0 | 0.33 | 0.39 | 109.41 | 0.2 | 0.51 |
| Hex | 72 | 9C | 69 | 1B | 0 | 21 | 27 | 6D | 14 | 33 |
| Octal | 162 | 234 | 151 | 33 | 0 | 41 | 47 | 155 | 24 | 63 |
| Binary | 1110010 | 10011100 | 1101001 | 11011 | 0 | 100001 | 100111 | 1101101 | 10100 | 110011 |
Color Harmonies of #729C69
Complementary color
Monochromatic Colors of #729C69
Black with #729C69
Text Example
Text Example
White with #729C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C69; }
p { color: rgb(114,156,105); }
H1.HeaderClassName
{
color: #729C69;
}
.AnyTagClassName
{
color: #729C69;
}
</style>
background-color css
<style>
a { background-color: #729C69; }
a { background-color: rgb(114,156,105); }
div.DivClassName
{
background-color: #729C69;
}
.BgClassName
{
background-color: #729C69;
}
</style>
border-color css
<style>
span { border-color: #729C69; }
span { border-color: rgb(114,156,105); }
td.TdClassName
{
border-color: #729C69;
}
.TagClassName
{
border-color: #729C69;
}
</style>