Shades of Amulet #729B6D
Tints of Amulet #729B6D
RGB
CMYK
RGB Variations
Color information
#729B6D (or 0x729B6D) is known color: Amulet. HEX triplet: 72, 9B and 6D. RGB value is (114,155,109). Sum of RGB (Red+Green+Blue) = 114+155+109=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #729B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B6D is #8D6492. Grayscale: #898989. Windows color (decimal): -9266323 or 7183218. OLE color: 7183218.
HSL color Cylindrical-coordinate representation of color #729B6D: hue angle of 113.48º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729B6D is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 109 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.39 |
| HSL | 113.48º | 0.19% | 0.52% | - |
| HSV(B) | 113.48º | 0.3% | 0.61% | - |
| XYZ | 21.42 | 28.12 | 18.77 | - |
| YUV | 137.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 109 | 0.26 | 0 | 0.30 | 0.39 | 113.48 | 0.19 | 0.52 |
| Hex | 72 | 9B | 6D | 1A | 0 | 1E | 27 | 71 | 13 | 34 |
| Octal | 162 | 233 | 155 | 32 | 0 | 36 | 47 | 161 | 23 | 64 |
| Binary | 1110010 | 10011011 | 1101101 | 11010 | 0 | 11110 | 100111 | 1110001 | 10011 | 110100 |
Color Harmonies of #729B6D
Complementary color
Monochromatic Colors of #729B6D
Black with #729B6D
Text Example
Text Example
White with #729B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B6D; }
p { color: rgb(114,155,109); }
H1.HeaderClassName
{
color: #729B6D;
}
.AnyTagClassName
{
color: #729B6D;
}
</style>
background-color css
<style>
a { background-color: #729B6D; }
a { background-color: rgb(114,155,109); }
div.DivClassName
{
background-color: #729B6D;
}
.BgClassName
{
background-color: #729B6D;
}
</style>
border-color css
<style>
span { border-color: #729B6D; }
span { border-color: rgb(114,155,109); }
td.TdClassName
{
border-color: #729B6D;
}
.TagClassName
{
border-color: #729B6D;
}
</style>