Shades of Amulet #709E68
Tints of Amulet #709E68
RGB
CMYK
RGB Variations
Color information
#709E68 (or 0x709E68) is known color: Amulet. HEX triplet: 70, 9E and 68. RGB value is (112,158,104). Sum of RGB (Red+Green+Blue) = 112+158+104=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #709E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E68 is #8F6197. Grayscale: #8A8A8A. Windows color (decimal): -9396632 or 6856304. OLE color: 6856304.
HSL color Cylindrical-coordinate representation of color #709E68: hue angle of 111.11º degrees, saturation: 0.22, 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 #709E68 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 104 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.38 |
| HSL | 111.11º | 0.22% | 0.51% | - |
| HSV(B) | 111.11º | 0.34% | 0.62% | - |
| XYZ | 21.41 | 28.9 | 17.55 | - |
| YUV | 138.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 104 | 0.29 | 0 | 0.34 | 0.38 | 111.11 | 0.22 | 0.51 |
| Hex | 70 | 9E | 68 | 1D | 0 | 22 | 26 | 6F | 16 | 33 |
| Octal | 160 | 236 | 150 | 35 | 0 | 42 | 46 | 157 | 26 | 63 |
| Binary | 1110000 | 10011110 | 1101000 | 11101 | 0 | 100010 | 100110 | 1101111 | 10110 | 110011 |
Color Harmonies of #709E68
Complementary color
Monochromatic Colors of #709E68
Black with #709E68
Text Example
Text Example
White with #709E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E68; }
p { color: rgb(112,158,104); }
H1.HeaderClassName
{
color: #709E68;
}
.AnyTagClassName
{
color: #709E68;
}
</style>
background-color css
<style>
a { background-color: #709E68; }
a { background-color: rgb(112,158,104); }
div.DivClassName
{
background-color: #709E68;
}
.BgClassName
{
background-color: #709E68;
}
</style>
border-color css
<style>
span { border-color: #709E68; }
span { border-color: rgb(112,158,104); }
td.TdClassName
{
border-color: #709E68;
}
.TagClassName
{
border-color: #709E68;
}
</style>