Shades of Amulet #77AE65
Tints of Amulet #77AE65
RGB
CMYK
RGB Variations
Color information
#77AE65 (or 0x77AE65) is known color: Amulet. HEX triplet: 77, AE and 65. RGB value is (119,174,101). Sum of RGB (Red+Green+Blue) = 119+174+101=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AE65 is #88519A. Grayscale: #959595. Windows color (decimal): -8933787 or 6663799. OLE color: 6663799.
HSL color Cylindrical-coordinate representation of color #77AE65: hue angle of 105.21º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77AE65 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 174 | 101 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.32 |
| HSL | 105.21º | 0.31% | 0.54% | - |
| HSV(B) | 105.21º | 0.42% | 0.68% | - |
| XYZ | 25.09 | 35.13 | 17.77 | - |
| YUV | 149.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 101 | 0.32 | 0 | 0.42 | 0.32 | 105.21 | 0.31 | 0.54 |
| Hex | 77 | AE | 65 | 20 | 0 | 2A | 20 | 69 | 1F | 36 |
| Octal | 167 | 256 | 145 | 40 | 0 | 52 | 40 | 151 | 37 | 66 |
| Binary | 1110111 | 10101110 | 1100101 | 100000 | 0 | 101010 | 100000 | 1101001 | 11111 | 110110 |
Color Harmonies of #77AE65
Complementary color
Monochromatic Colors of #77AE65
Black with #77AE65
Text Example
Text Example
White with #77AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AE65; }
p { color: rgb(119,174,101); }
H1.HeaderClassName
{
color: #77AE65;
}
.AnyTagClassName
{
color: #77AE65;
}
</style>
background-color css
<style>
a { background-color: #77AE65; }
a { background-color: rgb(119,174,101); }
div.DivClassName
{
background-color: #77AE65;
}
.BgClassName
{
background-color: #77AE65;
}
</style>
border-color css
<style>
span { border-color: #77AE65; }
span { border-color: rgb(119,174,101); }
td.TdClassName
{
border-color: #77AE65;
}
.TagClassName
{
border-color: #77AE65;
}
</style>