Shades of Amulet #77B56C
Tints of Amulet #77B56C
RGB
CMYK
RGB Variations
Color information
#77B56C (or 0x77B56C) is known color: Amulet. HEX triplet: 77, B5 and 6C. RGB value is (119,181,108). Sum of RGB (Red+Green+Blue) = 119+181+108=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #77B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B56C is #884A93. Grayscale: #9A9A9A. Windows color (decimal): -8931988 or 7124343. OLE color: 7124343.
HSL color Cylindrical-coordinate representation of color #77B56C: hue angle of 110.96º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77B56C is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 108 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.29 |
| HSL | 110.96º | 0.33% | 0.57% | - |
| HSV(B) | 110.96º | 0.4% | 0.71% | - |
| XYZ | 26.84 | 38.05 | 20.12 | - |
| YUV | 154.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 108 | 0.34 | 0 | 0.40 | 0.29 | 110.96 | 0.33 | 0.57 |
| Hex | 77 | B5 | 6C | 22 | 0 | 28 | 1D | 6F | 21 | 39 |
| Octal | 167 | 265 | 154 | 42 | 0 | 50 | 35 | 157 | 41 | 71 |
| Binary | 1110111 | 10110101 | 1101100 | 100010 | 0 | 101000 | 11101 | 1101111 | 100001 | 111001 |
Color Harmonies of #77B56C
Complementary color
Monochromatic Colors of #77B56C
Black with #77B56C
Text Example
Text Example
White with #77B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B56C; }
p { color: rgb(119,181,108); }
H1.HeaderClassName
{
color: #77B56C;
}
.AnyTagClassName
{
color: #77B56C;
}
</style>
background-color css
<style>
a { background-color: #77B56C; }
a { background-color: rgb(119,181,108); }
div.DivClassName
{
background-color: #77B56C;
}
.BgClassName
{
background-color: #77B56C;
}
</style>
border-color css
<style>
span { border-color: #77B56C; }
span { border-color: rgb(119,181,108); }
td.TdClassName
{
border-color: #77B56C;
}
.TagClassName
{
border-color: #77B56C;
}
</style>