Shades of Amulet #7AB26B
Tints of Amulet #7AB26B
RGB
CMYK
RGB Variations
Color information
#7AB26B (or 0x7AB26B) is known color: Amulet. HEX triplet: 7A, B2 and 6B. RGB value is (122,178,107). Sum of RGB (Red+Green+Blue) = 122+178+107=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB26B is #854D94. Grayscale: #999999. Windows color (decimal): -8736149 or 7058042. OLE color: 7058042.
HSL color Cylindrical-coordinate representation of color #7AB26B: hue angle of 107.32º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB26B is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 107 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.30 |
| HSL | 107.32º | 0.32% | 0.56% | - |
| HSV(B) | 107.32º | 0.4% | 0.7% | - |
| XYZ | 26.6 | 37.04 | 19.66 | - |
| YUV | 153.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 107 | 0.31 | 0 | 0.40 | 0.30 | 107.32 | 0.32 | 0.56 |
| Hex | 7A | B2 | 6B | 1F | 0 | 28 | 1E | 6B | 20 | 38 |
| Octal | 172 | 262 | 153 | 37 | 0 | 50 | 36 | 153 | 40 | 70 |
| Binary | 1111010 | 10110010 | 1101011 | 11111 | 0 | 101000 | 11110 | 1101011 | 100000 | 111000 |
Color Harmonies of #7AB26B
Complementary color
Monochromatic Colors of #7AB26B
Black with #7AB26B
Text Example
Text Example
White with #7AB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB26B; }
p { color: rgb(122,178,107); }
H1.HeaderClassName
{
color: #7AB26B;
}
.AnyTagClassName
{
color: #7AB26B;
}
</style>
background-color css
<style>
a { background-color: #7AB26B; }
a { background-color: rgb(122,178,107); }
div.DivClassName
{
background-color: #7AB26B;
}
.BgClassName
{
background-color: #7AB26B;
}
</style>
border-color css
<style>
span { border-color: #7AB26B; }
span { border-color: rgb(122,178,107); }
td.TdClassName
{
border-color: #7AB26B;
}
.TagClassName
{
border-color: #7AB26B;
}
</style>