Shades of Amulet #76B36E
Tints of Amulet #76B36E
RGB
CMYK
RGB Variations
Color information
#76B36E (or 0x76B36E) is known color: Amulet. HEX triplet: 76, B3 and 6E. RGB value is (118,179,110). Sum of RGB (Red+Green+Blue) = 118+179+110=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #76B36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B36E is #894C91. Grayscale: #999999. Windows color (decimal): -8998034 or 7254902. OLE color: 7254902.
HSL color Cylindrical-coordinate representation of color #76B36E: hue angle of 113.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76B36E is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 110 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.30 |
| HSL | 113.04º | 0.31% | 0.57% | - |
| HSV(B) | 113.04º | 0.39% | 0.7% | - |
| XYZ | 26.41 | 37.22 | 20.54 | - |
| YUV | 152.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 110 | 0.34 | 0 | 0.39 | 0.30 | 113.04 | 0.31 | 0.57 |
| Hex | 76 | B3 | 6E | 22 | 0 | 27 | 1E | 71 | 1F | 39 |
| Octal | 166 | 263 | 156 | 42 | 0 | 47 | 36 | 161 | 37 | 71 |
| Binary | 1110110 | 10110011 | 1101110 | 100010 | 0 | 100111 | 11110 | 1110001 | 11111 | 111001 |
Color Harmonies of #76B36E
Complementary color
Monochromatic Colors of #76B36E
Black with #76B36E
Text Example
Text Example
White with #76B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B36E; }
p { color: rgb(118,179,110); }
H1.HeaderClassName
{
color: #76B36E;
}
.AnyTagClassName
{
color: #76B36E;
}
</style>
background-color css
<style>
a { background-color: #76B36E; }
a { background-color: rgb(118,179,110); }
div.DivClassName
{
background-color: #76B36E;
}
.BgClassName
{
background-color: #76B36E;
}
</style>
border-color css
<style>
span { border-color: #76B36E; }
span { border-color: rgb(118,179,110); }
td.TdClassName
{
border-color: #76B36E;
}
.TagClassName
{
border-color: #76B36E;
}
</style>