Shades of Amulet #77AA68
Tints of Amulet #77AA68
RGB
CMYK
RGB Variations
Color information
#77AA68 (or 0x77AA68) is known color: Amulet. HEX triplet: 77, AA and 68. RGB value is (119,170,104). Sum of RGB (Red+Green+Blue) = 119+170+104=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA68 is #885597. Grayscale: #939393. Windows color (decimal): -8934808 or 6859383. OLE color: 6859383.
HSL color Cylindrical-coordinate representation of color #77AA68: hue angle of 106.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77AA68 is Cyan = 0.3, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 104 | - |
| CMYK | 0.3 | 0 | 0.39 | 0.33 |
| HSL | 106.36º | 0.28% | 0.54% | - |
| HSV(B) | 106.36º | 0.39% | 0.67% | - |
| XYZ | 24.48 | 33.67 | 18.31 | - |
| YUV | 147.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 104 | 0.3 | 0 | 0.39 | 0.33 | 106.36 | 0.28 | 0.54 |
| Hex | 77 | AA | 68 | 1E | 0 | 27 | 21 | 6A | 1C | 36 |
| Octal | 167 | 252 | 150 | 36 | 0 | 47 | 41 | 152 | 34 | 66 |
| Binary | 1110111 | 10101010 | 1101000 | 11110 | 0 | 100111 | 100001 | 1101010 | 11100 | 110110 |
Color Harmonies of #77AA68
Complementary color
Monochromatic Colors of #77AA68
Black with #77AA68
Text Example
Text Example
White with #77AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA68; }
p { color: rgb(119,170,104); }
H1.HeaderClassName
{
color: #77AA68;
}
.AnyTagClassName
{
color: #77AA68;
}
</style>
background-color css
<style>
a { background-color: #77AA68; }
a { background-color: rgb(119,170,104); }
div.DivClassName
{
background-color: #77AA68;
}
.BgClassName
{
background-color: #77AA68;
}
</style>
border-color css
<style>
span { border-color: #77AA68; }
span { border-color: rgb(119,170,104); }
td.TdClassName
{
border-color: #77AA68;
}
.TagClassName
{
border-color: #77AA68;
}
</style>