Shades of Amulet #77AC6E
Tints of Amulet #77AC6E
RGB
CMYK
RGB Variations
Color information
#77AC6E (or 0x77AC6E) is known color: Amulet. HEX triplet: 77, AC and 6E. RGB value is (119,172,110). Sum of RGB (Red+Green+Blue) = 119+172+110=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AC6E is #885391. Grayscale: #959595. Windows color (decimal): -8934290 or 7253111. OLE color: 7253111.
HSL color Cylindrical-coordinate representation of color #77AC6E: hue angle of 111.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77AC6E is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 110 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.33 |
| HSL | 111.29º | 0.27% | 0.55% | - |
| HSV(B) | 111.29º | 0.36% | 0.67% | - |
| XYZ | 25.17 | 34.55 | 20.09 | - |
| YUV | 149.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 110 | 0.31 | 0 | 0.36 | 0.33 | 111.29 | 0.27 | 0.55 |
| Hex | 77 | AC | 6E | 1F | 0 | 24 | 21 | 6F | 1B | 37 |
| Octal | 167 | 254 | 156 | 37 | 0 | 44 | 41 | 157 | 33 | 67 |
| Binary | 1110111 | 10101100 | 1101110 | 11111 | 0 | 100100 | 100001 | 1101111 | 11011 | 110111 |
Color Harmonies of #77AC6E
Complementary color
Monochromatic Colors of #77AC6E
Black with #77AC6E
Text Example
Text Example
White with #77AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC6E; }
p { color: rgb(119,172,110); }
H1.HeaderClassName
{
color: #77AC6E;
}
.AnyTagClassName
{
color: #77AC6E;
}
</style>
background-color css
<style>
a { background-color: #77AC6E; }
a { background-color: rgb(119,172,110); }
div.DivClassName
{
background-color: #77AC6E;
}
.BgClassName
{
background-color: #77AC6E;
}
</style>
border-color css
<style>
span { border-color: #77AC6E; }
span { border-color: rgb(119,172,110); }
td.TdClassName
{
border-color: #77AC6E;
}
.TagClassName
{
border-color: #77AC6E;
}
</style>