Shades of Amulet #7AA867
Tints of Amulet #7AA867
RGB
CMYK
RGB Variations
Color information
#7AA867 (or 0x7AA867) is known color: Amulet. HEX triplet: 7A, A8 and 67. RGB value is (122,168,103). Sum of RGB (Red+Green+Blue) = 122+168+103=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA867 is #855798. Grayscale: #939393. Windows color (decimal): -8738713 or 6793338. OLE color: 6793338.
HSL color Cylindrical-coordinate representation of color #7AA867: hue angle of 102.46º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AA867 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 103 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.34 |
| HSL | 102.46º | 0.27% | 0.53% | - |
| HSV(B) | 102.46º | 0.39% | 0.66% | - |
| XYZ | 24.48 | 33.12 | 17.94 | - |
| YUV | 146.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 103 | 0.27 | 0 | 0.39 | 0.34 | 102.46 | 0.27 | 0.53 |
| Hex | 7A | A8 | 67 | 1B | 0 | 27 | 22 | 66 | 1B | 35 |
| Octal | 172 | 250 | 147 | 33 | 0 | 47 | 42 | 146 | 33 | 65 |
| Binary | 1111010 | 10101000 | 1100111 | 11011 | 0 | 100111 | 100010 | 1100110 | 11011 | 110101 |
Color Harmonies of #7AA867
Complementary color
Monochromatic Colors of #7AA867
Black with #7AA867
Text Example
Text Example
White with #7AA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA867; }
p { color: rgb(122,168,103); }
H1.HeaderClassName
{
color: #7AA867;
}
.AnyTagClassName
{
color: #7AA867;
}
</style>
background-color css
<style>
a { background-color: #7AA867; }
a { background-color: rgb(122,168,103); }
div.DivClassName
{
background-color: #7AA867;
}
.BgClassName
{
background-color: #7AA867;
}
</style>
border-color css
<style>
span { border-color: #7AA867; }
span { border-color: rgb(122,168,103); }
td.TdClassName
{
border-color: #7AA867;
}
.TagClassName
{
border-color: #7AA867;
}
</style>