Shades of Amulet #709E67
Tints of Amulet #709E67
RGB
CMYK
RGB Variations
Color information
#709E67 (or 0x709E67) is known color: Amulet. HEX triplet: 70, 9E and 67. RGB value is (112,158,103). Sum of RGB (Red+Green+Blue) = 112+158+103=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #709E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E67 is #8F6198. Grayscale: #8A8A8A. Windows color (decimal): -9396633 or 6790768. OLE color: 6790768.
HSL color Cylindrical-coordinate representation of color #709E67: hue angle of 110.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709E67 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 103 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.38 |
| HSL | 110.18º | 0.22% | 0.51% | - |
| HSV(B) | 110.18º | 0.35% | 0.62% | - |
| XYZ | 21.36 | 28.88 | 17.28 | - |
| YUV | 137.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 103 | 0.29 | 0 | 0.35 | 0.38 | 110.18 | 0.22 | 0.51 |
| Hex | 70 | 9E | 67 | 1D | 0 | 23 | 26 | 6E | 16 | 33 |
| Octal | 160 | 236 | 147 | 35 | 0 | 43 | 46 | 156 | 26 | 63 |
| Binary | 1110000 | 10011110 | 1100111 | 11101 | 0 | 100011 | 100110 | 1101110 | 10110 | 110011 |
Color Harmonies of #709E67
Complementary color
Monochromatic Colors of #709E67
Black with #709E67
Text Example
Text Example
White with #709E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E67; }
p { color: rgb(112,158,103); }
H1.HeaderClassName
{
color: #709E67;
}
.AnyTagClassName
{
color: #709E67;
}
</style>
background-color css
<style>
a { background-color: #709E67; }
a { background-color: rgb(112,158,103); }
div.DivClassName
{
background-color: #709E67;
}
.BgClassName
{
background-color: #709E67;
}
</style>
border-color css
<style>
span { border-color: #709E67; }
span { border-color: rgb(112,158,103); }
td.TdClassName
{
border-color: #709E67;
}
.TagClassName
{
border-color: #709E67;
}
</style>