Shades of Amulet #709C65
Tints of Amulet #709C65
RGB
CMYK
RGB Variations
Color information
#709C65 (or 0x709C65) is known color: Amulet. HEX triplet: 70, 9C and 65. RGB value is (112,156,101). Sum of RGB (Red+Green+Blue) = 112+156+101=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #709C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C65 is #8F639A. Grayscale: #888888. Windows color (decimal): -9397147 or 6659184. OLE color: 6659184.
HSL color Cylindrical-coordinate representation of color #709C65: hue angle of 108º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709C65 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 101 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.39 |
| HSL | 108º | 0.22% | 0.5% | - |
| HSV(B) | 108º | 0.35% | 0.61% | - |
| XYZ | 20.92 | 28.16 | 16.65 | - |
| YUV | 136.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 101 | 0.28 | 0 | 0.35 | 0.39 | 108 | 0.22 | 0.5 |
| Hex | 70 | 9C | 65 | 1C | 0 | 23 | 27 | 6C | 16 | 32 |
| Octal | 160 | 234 | 145 | 34 | 0 | 43 | 47 | 154 | 26 | 62 |
| Binary | 1110000 | 10011100 | 1100101 | 11100 | 0 | 100011 | 100111 | 1101100 | 10110 | 110010 |
Color Harmonies of #709C65
Complementary color
Monochromatic Colors of #709C65
Black with #709C65
Text Example
Text Example
White with #709C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C65; }
p { color: rgb(112,156,101); }
H1.HeaderClassName
{
color: #709C65;
}
.AnyTagClassName
{
color: #709C65;
}
</style>
background-color css
<style>
a { background-color: #709C65; }
a { background-color: rgb(112,156,101); }
div.DivClassName
{
background-color: #709C65;
}
.BgClassName
{
background-color: #709C65;
}
</style>
border-color css
<style>
span { border-color: #709C65; }
span { border-color: rgb(112,156,101); }
td.TdClassName
{
border-color: #709C65;
}
.TagClassName
{
border-color: #709C65;
}
</style>