Shades of Amulet #729B6F
Tints of Amulet #729B6F
RGB
CMYK
RGB Variations
Color information
#729B6F (or 0x729B6F) is known color: Amulet. HEX triplet: 72, 9B and 6F. RGB value is (114,155,111). Sum of RGB (Red+Green+Blue) = 114+155+111=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #729B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B6F is #8D6490. Grayscale: #898989. Windows color (decimal): -9266321 or 7314290. OLE color: 7314290.
HSL color Cylindrical-coordinate representation of color #729B6F: hue angle of 115.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729B6F is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 111 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.39 |
| HSL | 115.91º | 0.18% | 0.52% | - |
| HSV(B) | 115.91º | 0.28% | 0.61% | - |
| XYZ | 21.53 | 28.17 | 19.34 | - |
| YUV | 137.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 111 | 0.26 | 0 | 0.28 | 0.39 | 115.91 | 0.18 | 0.52 |
| Hex | 72 | 9B | 6F | 1A | 0 | 1C | 27 | 74 | 12 | 34 |
| Octal | 162 | 233 | 157 | 32 | 0 | 34 | 47 | 164 | 22 | 64 |
| Binary | 1110010 | 10011011 | 1101111 | 11010 | 0 | 11100 | 100111 | 1110100 | 10010 | 110100 |
Color Harmonies of #729B6F
Complementary color
Monochromatic Colors of #729B6F
Black with #729B6F
Text Example
Text Example
White with #729B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B6F; }
p { color: rgb(114,155,111); }
H1.HeaderClassName
{
color: #729B6F;
}
.AnyTagClassName
{
color: #729B6F;
}
</style>
background-color css
<style>
a { background-color: #729B6F; }
a { background-color: rgb(114,155,111); }
div.DivClassName
{
background-color: #729B6F;
}
.BgClassName
{
background-color: #729B6F;
}
</style>
border-color css
<style>
span { border-color: #729B6F; }
span { border-color: rgb(114,155,111); }
td.TdClassName
{
border-color: #729B6F;
}
.TagClassName
{
border-color: #729B6F;
}
</style>