Shades of Amulet #77AB66
Tints of Amulet #77AB66
RGB
CMYK
RGB Variations
Color information
#77AB66 (or 0x77AB66) is known color: Amulet. HEX triplet: 77, AB and 66. RGB value is (119,171,102). Sum of RGB (Red+Green+Blue) = 119+171+102=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AB66 is #885499. Grayscale: #939393. Windows color (decimal): -8934554 or 6728567. OLE color: 6728567.
HSL color Cylindrical-coordinate representation of color #77AB66: hue angle of 105.22º 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 #77AB66 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 102 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.33 |
| HSL | 105.22º | 0.29% | 0.54% | - |
| HSV(B) | 105.22º | 0.4% | 0.67% | - |
| XYZ | 24.57 | 34.01 | 17.84 | - |
| YUV | 147.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 102 | 0.30 | 0 | 0.40 | 0.33 | 105.22 | 0.29 | 0.54 |
| Hex | 77 | AB | 66 | 1E | 0 | 28 | 21 | 69 | 1D | 36 |
| Octal | 167 | 253 | 146 | 36 | 0 | 50 | 41 | 151 | 35 | 66 |
| Binary | 1110111 | 10101011 | 1100110 | 11110 | 0 | 101000 | 100001 | 1101001 | 11101 | 110110 |
Color Harmonies of #77AB66
Complementary color
Monochromatic Colors of #77AB66
Black with #77AB66
Text Example
Text Example
White with #77AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB66; }
p { color: rgb(119,171,102); }
H1.HeaderClassName
{
color: #77AB66;
}
.AnyTagClassName
{
color: #77AB66;
}
</style>
background-color css
<style>
a { background-color: #77AB66; }
a { background-color: rgb(119,171,102); }
div.DivClassName
{
background-color: #77AB66;
}
.BgClassName
{
background-color: #77AB66;
}
</style>
border-color css
<style>
span { border-color: #77AB66; }
span { border-color: rgb(119,171,102); }
td.TdClassName
{
border-color: #77AB66;
}
.TagClassName
{
border-color: #77AB66;
}
</style>