Shades of Amulet #79B169
Tints of Amulet #79B169
RGB
CMYK
RGB Variations
Color information
#79B169 (or 0x79B169) is known color: Amulet. HEX triplet: 79, B1 and 69. RGB value is (121,177,105). Sum of RGB (Red+Green+Blue) = 121+177+105=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #79B169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79B169 is #864E96. Grayscale: #989898. Windows color (decimal): -8801943 or 6926713. OLE color: 6926713.
HSL color Cylindrical-coordinate representation of color #79B169: hue angle of 106.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79B169 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 177 | 105 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.31 |
| HSL | 106.67º | 0.32% | 0.55% | - |
| HSV(B) | 106.67º | 0.41% | 0.69% | - |
| XYZ | 26.16 | 36.53 | 19.04 | - |
| YUV | 152.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 105 | 0.32 | 0 | 0.41 | 0.31 | 106.67 | 0.32 | 0.55 |
| Hex | 79 | B1 | 69 | 20 | 0 | 29 | 1F | 6B | 20 | 37 |
| Octal | 171 | 261 | 151 | 40 | 0 | 51 | 37 | 153 | 40 | 67 |
| Binary | 1111001 | 10110001 | 1101001 | 100000 | 0 | 101001 | 11111 | 1101011 | 100000 | 110111 |
Color Harmonies of #79B169
Complementary color
Monochromatic Colors of #79B169
Black with #79B169
Text Example
Text Example
White with #79B169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B169; }
p { color: rgb(121,177,105); }
H1.HeaderClassName
{
color: #79B169;
}
.AnyTagClassName
{
color: #79B169;
}
</style>
background-color css
<style>
a { background-color: #79B169; }
a { background-color: rgb(121,177,105); }
div.DivClassName
{
background-color: #79B169;
}
.BgClassName
{
background-color: #79B169;
}
</style>
border-color css
<style>
span { border-color: #79B169; }
span { border-color: rgb(121,177,105); }
td.TdClassName
{
border-color: #79B169;
}
.TagClassName
{
border-color: #79B169;
}
</style>