Shades of Amulet #77AC68
Tints of Amulet #77AC68
RGB
CMYK
RGB Variations
Color information
#77AC68 (or 0x77AC68) is known color: Amulet. HEX triplet: 77, AC and 68. RGB value is (119,172,104). Sum of RGB (Red+Green+Blue) = 119+172+104=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AC68 is #885397. Grayscale: #949494. Windows color (decimal): -8934296 or 6859895. OLE color: 6859895.
HSL color Cylindrical-coordinate representation of color #77AC68: hue angle of 106.76º 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 #77AC68 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 104 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.33 |
| HSL | 106.76º | 0.29% | 0.54% | - |
| HSV(B) | 106.76º | 0.4% | 0.67% | - |
| XYZ | 24.86 | 34.43 | 18.43 | - |
| YUV | 148.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 104 | 0.31 | 0 | 0.40 | 0.33 | 106.76 | 0.29 | 0.54 |
| Hex | 77 | AC | 68 | 1F | 0 | 28 | 21 | 6B | 1D | 36 |
| Octal | 167 | 254 | 150 | 37 | 0 | 50 | 41 | 153 | 35 | 66 |
| Binary | 1110111 | 10101100 | 1101000 | 11111 | 0 | 101000 | 100001 | 1101011 | 11101 | 110110 |
Color Harmonies of #77AC68
Complementary color
Monochromatic Colors of #77AC68
Black with #77AC68
Text Example
Text Example
White with #77AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC68; }
p { color: rgb(119,172,104); }
H1.HeaderClassName
{
color: #77AC68;
}
.AnyTagClassName
{
color: #77AC68;
}
</style>
background-color css
<style>
a { background-color: #77AC68; }
a { background-color: rgb(119,172,104); }
div.DivClassName
{
background-color: #77AC68;
}
.BgClassName
{
background-color: #77AC68;
}
</style>
border-color css
<style>
span { border-color: #77AC68; }
span { border-color: rgb(119,172,104); }
td.TdClassName
{
border-color: #77AC68;
}
.TagClassName
{
border-color: #77AC68;
}
</style>