Shades of Amulet #70996A
Tints of Amulet #70996A
RGB
CMYK
RGB Variations
Color information
#70996A (or 0x70996A) is known color: Amulet. HEX triplet: 70, 99 and 6A. RGB value is (112,153,106). Sum of RGB (Red+Green+Blue) = 112+153+106=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #70996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70996A is #8F6695. Grayscale: #878787. Windows color (decimal): -9397910 or 6986096. OLE color: 6986096.
HSL color Cylindrical-coordinate representation of color #70996A: hue angle of 112.34º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70996A is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 106 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.4 |
| HSL | 112.34º | 0.19% | 0.51% | - |
| HSV(B) | 112.34º | 0.31% | 0.6% | - |
| XYZ | 20.67 | 27.27 | 17.81 | - |
| YUV | 135.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 106 | 0.27 | 0 | 0.31 | 0.4 | 112.34 | 0.19 | 0.51 |
| Hex | 70 | 99 | 6A | 1B | 0 | 1F | 28 | 70 | 13 | 33 |
| Octal | 160 | 231 | 152 | 33 | 0 | 37 | 50 | 160 | 23 | 63 |
| Binary | 1110000 | 10011001 | 1101010 | 11011 | 0 | 11111 | 101000 | 1110000 | 10011 | 110011 |
Color Harmonies of #70996A
Complementary color
Monochromatic Colors of #70996A
Black with #70996A
Text Example
Text Example
White with #70996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70996A; }
p { color: rgb(112,153,106); }
H1.HeaderClassName
{
color: #70996A;
}
.AnyTagClassName
{
color: #70996A;
}
</style>
background-color css
<style>
a { background-color: #70996A; }
a { background-color: rgb(112,153,106); }
div.DivClassName
{
background-color: #70996A;
}
.BgClassName
{
background-color: #70996A;
}
</style>
border-color css
<style>
span { border-color: #70996A; }
span { border-color: rgb(112,153,106); }
td.TdClassName
{
border-color: #70996A;
}
.TagClassName
{
border-color: #70996A;
}
</style>