Shades of Amulet #7AB275
Tints of Amulet #7AB275
RGB
CMYK
RGB Variations
Color information
#7AB275 (or 0x7AB275) is known color: Amulet. HEX triplet: 7A, B2 and 75. RGB value is (122,178,117). Sum of RGB (Red+Green+Blue) = 122+178+117=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB275 is #854D8A. Grayscale: #9A9A9A. Windows color (decimal): -8736139 or 7713402. OLE color: 7713402.
HSL color Cylindrical-coordinate representation of color #7AB275: hue angle of 115.08º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB275 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 117 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.30 |
| HSL | 115.08º | 0.28% | 0.58% | - |
| HSV(B) | 115.08º | 0.34% | 0.7% | - |
| XYZ | 27.16 | 37.26 | 22.59 | - |
| YUV | 154.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 117 | 0.31 | 0 | 0.34 | 0.30 | 115.08 | 0.28 | 0.58 |
| Hex | 7A | B2 | 75 | 1F | 0 | 22 | 1E | 73 | 1C | 3A |
| Octal | 172 | 262 | 165 | 37 | 0 | 42 | 36 | 163 | 34 | 72 |
| Binary | 1111010 | 10110010 | 1110101 | 11111 | 0 | 100010 | 11110 | 1110011 | 11100 | 111010 |
Color Harmonies of #7AB275
Complementary color
Monochromatic Colors of #7AB275
Black with #7AB275
Text Example
Text Example
White with #7AB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB275; }
p { color: rgb(122,178,117); }
H1.HeaderClassName
{
color: #7AB275;
}
.AnyTagClassName
{
color: #7AB275;
}
</style>
background-color css
<style>
a { background-color: #7AB275; }
a { background-color: rgb(122,178,117); }
div.DivClassName
{
background-color: #7AB275;
}
.BgClassName
{
background-color: #7AB275;
}
</style>
border-color css
<style>
span { border-color: #7AB275; }
span { border-color: rgb(122,178,117); }
td.TdClassName
{
border-color: #7AB275;
}
.TagClassName
{
border-color: #7AB275;
}
</style>