Shades of Amulet #729965
Tints of Amulet #729965
RGB
CMYK
RGB Variations
Color information
#729965 (or 0x729965) is known color: Amulet. HEX triplet: 72, 99 and 65. RGB value is (114,153,101). Sum of RGB (Red+Green+Blue) = 114+153+101=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #729965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729965 is #8D669A. Grayscale: #878787. Windows color (decimal): -9266843 or 6658418. OLE color: 6658418.
HSL color Cylindrical-coordinate representation of color #729965: hue angle of 105º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729965 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 101 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.4 |
| HSL | 105º | 0.2% | 0.5% | - |
| HSV(B) | 105º | 0.34% | 0.6% | - |
| XYZ | 20.68 | 27.3 | 16.49 | - |
| YUV | 135.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 101 | 0.25 | 0 | 0.34 | 0.4 | 105 | 0.2 | 0.5 |
| Hex | 72 | 99 | 65 | 19 | 0 | 22 | 28 | 69 | 14 | 32 |
| Octal | 162 | 231 | 145 | 31 | 0 | 42 | 50 | 151 | 24 | 62 |
| Binary | 1110010 | 10011001 | 1100101 | 11001 | 0 | 100010 | 101000 | 1101001 | 10100 | 110010 |
Color Harmonies of #729965
Complementary color
Monochromatic Colors of #729965
Black with #729965
Text Example
Text Example
White with #729965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729965; }
p { color: rgb(114,153,101); }
H1.HeaderClassName
{
color: #729965;
}
.AnyTagClassName
{
color: #729965;
}
</style>
background-color css
<style>
a { background-color: #729965; }
a { background-color: rgb(114,153,101); }
div.DivClassName
{
background-color: #729965;
}
.BgClassName
{
background-color: #729965;
}
</style>
border-color css
<style>
span { border-color: #729965; }
span { border-color: rgb(114,153,101); }
td.TdClassName
{
border-color: #729965;
}
.TagClassName
{
border-color: #729965;
}
</style>