Shades of Amulet #709D64
Tints of Amulet #709D64
RGB
CMYK
RGB Variations
Color information
#709D64 (or 0x709D64) is known color: Amulet. HEX triplet: 70, 9D and 64. RGB value is (112,157,100). Sum of RGB (Red+Green+Blue) = 112+157+100=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #709D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D64 is #8F629B. Grayscale: #898989. Windows color (decimal): -9396892 or 6593904. OLE color: 6593904.
HSL color Cylindrical-coordinate representation of color #709D64: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709D64 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 100 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.38 |
| HSL | 107.37º | 0.23% | 0.5% | - |
| HSV(B) | 107.37º | 0.36% | 0.62% | - |
| XYZ | 21.04 | 28.48 | 16.44 | - |
| YUV | 137.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 100 | 0.29 | 0 | 0.36 | 0.38 | 107.37 | 0.23 | 0.5 |
| Hex | 70 | 9D | 64 | 1D | 0 | 24 | 26 | 6B | 17 | 32 |
| Octal | 160 | 235 | 144 | 35 | 0 | 44 | 46 | 153 | 27 | 62 |
| Binary | 1110000 | 10011101 | 1100100 | 11101 | 0 | 100100 | 100110 | 1101011 | 10111 | 110010 |
Color Harmonies of #709D64
Complementary color
Monochromatic Colors of #709D64
Black with #709D64
Text Example
Text Example
White with #709D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D64; }
p { color: rgb(112,157,100); }
H1.HeaderClassName
{
color: #709D64;
}
.AnyTagClassName
{
color: #709D64;
}
</style>
background-color css
<style>
a { background-color: #709D64; }
a { background-color: rgb(112,157,100); }
div.DivClassName
{
background-color: #709D64;
}
.BgClassName
{
background-color: #709D64;
}
</style>
border-color css
<style>
span { border-color: #709D64; }
span { border-color: rgb(112,157,100); }
td.TdClassName
{
border-color: #709D64;
}
.TagClassName
{
border-color: #709D64;
}
</style>