Shades of Amulet #709D68
Tints of Amulet #709D68
RGB
CMYK
RGB Variations
Color information
#709D68 (or 0x709D68) is known color: Amulet. HEX triplet: 70, 9D and 68. RGB value is (112,157,104). Sum of RGB (Red+Green+Blue) = 112+157+104=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #709D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D68 is #8F6297. Grayscale: #898989. Windows color (decimal): -9396888 or 6856048. OLE color: 6856048.
HSL color Cylindrical-coordinate representation of color #709D68: hue angle of 110.94º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709D68 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 104 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.38 |
| HSL | 110.94º | 0.21% | 0.51% | - |
| HSV(B) | 110.94º | 0.34% | 0.62% | - |
| XYZ | 21.24 | 28.56 | 17.49 | - |
| YUV | 137.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 104 | 0.29 | 0 | 0.34 | 0.38 | 110.94 | 0.21 | 0.51 |
| Hex | 70 | 9D | 68 | 1D | 0 | 22 | 26 | 6F | 15 | 33 |
| Octal | 160 | 235 | 150 | 35 | 0 | 42 | 46 | 157 | 25 | 63 |
| Binary | 1110000 | 10011101 | 1101000 | 11101 | 0 | 100010 | 100110 | 1101111 | 10101 | 110011 |
Color Harmonies of #709D68
Complementary color
Monochromatic Colors of #709D68
Black with #709D68
Text Example
Text Example
White with #709D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D68; }
p { color: rgb(112,157,104); }
H1.HeaderClassName
{
color: #709D68;
}
.AnyTagClassName
{
color: #709D68;
}
</style>
background-color css
<style>
a { background-color: #709D68; }
a { background-color: rgb(112,157,104); }
div.DivClassName
{
background-color: #709D68;
}
.BgClassName
{
background-color: #709D68;
}
</style>
border-color css
<style>
span { border-color: #709D68; }
span { border-color: rgb(112,157,104); }
td.TdClassName
{
border-color: #709D68;
}
.TagClassName
{
border-color: #709D68;
}
</style>