Shades of Amulet #7AAB67
Tints of Amulet #7AAB67
RGB
CMYK
RGB Variations
Color information
#7AAB67 (or 0x7AAB67) is known color: Amulet. HEX triplet: 7A, AB and 67. RGB value is (122,171,103). Sum of RGB (Red+Green+Blue) = 122+171+103=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB67 is #855498. Grayscale: #949494. Windows color (decimal): -8737945 or 6794106. OLE color: 6794106.
HSL color Cylindrical-coordinate representation of color #7AAB67: hue angle of 103.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAB67 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 103 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.33 |
| HSL | 103.24º | 0.29% | 0.54% | - |
| HSV(B) | 103.24º | 0.4% | 0.67% | - |
| XYZ | 25.04 | 34.24 | 18.12 | - |
| YUV | 148.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 103 | 0.29 | 0 | 0.40 | 0.33 | 103.24 | 0.29 | 0.54 |
| Hex | 7A | AB | 67 | 1D | 0 | 28 | 21 | 67 | 1D | 36 |
| Octal | 172 | 253 | 147 | 35 | 0 | 50 | 41 | 147 | 35 | 66 |
| Binary | 1111010 | 10101011 | 1100111 | 11101 | 0 | 101000 | 100001 | 1100111 | 11101 | 110110 |
Color Harmonies of #7AAB67
Complementary color
Monochromatic Colors of #7AAB67
Black with #7AAB67
Text Example
Text Example
White with #7AAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB67; }
p { color: rgb(122,171,103); }
H1.HeaderClassName
{
color: #7AAB67;
}
.AnyTagClassName
{
color: #7AAB67;
}
</style>
background-color css
<style>
a { background-color: #7AAB67; }
a { background-color: rgb(122,171,103); }
div.DivClassName
{
background-color: #7AAB67;
}
.BgClassName
{
background-color: #7AAB67;
}
</style>
border-color css
<style>
span { border-color: #7AAB67; }
span { border-color: rgb(122,171,103); }
td.TdClassName
{
border-color: #7AAB67;
}
.TagClassName
{
border-color: #7AAB67;
}
</style>