Shades of Amulet #74956E
Tints of Amulet #74956E
RGB
CMYK
RGB Variations
Color information
#74956E (or 0x74956E) is known color: Amulet. HEX triplet: 74, 95 and 6E. RGB value is (116,149,110). Sum of RGB (Red+Green+Blue) = 116+149+110=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #74956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74956E is #8B6A91. Grayscale: #868686. Windows color (decimal): -9136786 or 7247220. OLE color: 7247220.
HSL color Cylindrical-coordinate representation of color #74956E: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74956E is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 110 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.42 |
| HSL | 110.77º | 0.16% | 0.51% | - |
| HSV(B) | 110.77º | 0.26% | 0.58% | - |
| XYZ | 20.76 | 26.33 | 18.74 | - |
| YUV | 134.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 110 | 0.22 | 0 | 0.26 | 0.42 | 110.77 | 0.16 | 0.51 |
| Hex | 74 | 95 | 6E | 16 | 0 | 1A | 2A | 6F | 10 | 33 |
| Octal | 164 | 225 | 156 | 26 | 0 | 32 | 52 | 157 | 20 | 63 |
| Binary | 1110100 | 10010101 | 1101110 | 10110 | 0 | 11010 | 101010 | 1101111 | 10000 | 110011 |
Color Harmonies of #74956E
Complementary color
Monochromatic Colors of #74956E
Black with #74956E
Text Example
Text Example
White with #74956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74956E; }
p { color: rgb(116,149,110); }
H1.HeaderClassName
{
color: #74956E;
}
.AnyTagClassName
{
color: #74956E;
}
</style>
background-color css
<style>
a { background-color: #74956E; }
a { background-color: rgb(116,149,110); }
div.DivClassName
{
background-color: #74956E;
}
.BgClassName
{
background-color: #74956E;
}
</style>
border-color css
<style>
span { border-color: #74956E; }
span { border-color: rgb(116,149,110); }
td.TdClassName
{
border-color: #74956E;
}
.TagClassName
{
border-color: #74956E;
}
</style>