Shades of Amulet #709F69
Tints of Amulet #709F69
RGB
CMYK
RGB Variations
Color information
#709F69 (or 0x709F69) is known color: Amulet. HEX triplet: 70, 9F and 69. RGB value is (112,159,105). Sum of RGB (Red+Green+Blue) = 112+159+105=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #709F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F69 is #8F6096. Grayscale: #8A8A8A. Windows color (decimal): -9396375 or 6922096. OLE color: 6922096.
HSL color Cylindrical-coordinate representation of color #709F69: hue angle of 112.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709F69 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 105 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.38 |
| HSL | 112.22º | 0.22% | 0.52% | - |
| HSV(B) | 112.22º | 0.34% | 0.62% | - |
| XYZ | 21.63 | 29.26 | 17.87 | - |
| YUV | 138.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 105 | 0.30 | 0 | 0.34 | 0.38 | 112.22 | 0.22 | 0.52 |
| Hex | 70 | 9F | 69 | 1E | 0 | 22 | 26 | 70 | 16 | 34 |
| Octal | 160 | 237 | 151 | 36 | 0 | 42 | 46 | 160 | 26 | 64 |
| Binary | 1110000 | 10011111 | 1101001 | 11110 | 0 | 100010 | 100110 | 1110000 | 10110 | 110100 |
Color Harmonies of #709F69
Complementary color
Monochromatic Colors of #709F69
Black with #709F69
Text Example
Text Example
White with #709F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F69; }
p { color: rgb(112,159,105); }
H1.HeaderClassName
{
color: #709F69;
}
.AnyTagClassName
{
color: #709F69;
}
</style>
background-color css
<style>
a { background-color: #709F69; }
a { background-color: rgb(112,159,105); }
div.DivClassName
{
background-color: #709F69;
}
.BgClassName
{
background-color: #709F69;
}
</style>
border-color css
<style>
span { border-color: #709F69; }
span { border-color: rgb(112,159,105); }
td.TdClassName
{
border-color: #709F69;
}
.TagClassName
{
border-color: #709F69;
}
</style>