Shades of Amulet #74996E
Tints of Amulet #74996E
RGB
CMYK
RGB Variations
Color information
#74996E (or 0x74996E) is known color: Amulet. HEX triplet: 74, 99 and 6E. RGB value is (116,153,110). Sum of RGB (Red+Green+Blue) = 116+153+110=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #74996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74996E is #8B6691. Grayscale: #898989. Windows color (decimal): -9135762 or 7248244. OLE color: 7248244.
HSL color Cylindrical-coordinate representation of color #74996E: hue angle of 111.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74996E is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 110 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.4 |
| HSL | 111.63º | 0.17% | 0.52% | - |
| HSV(B) | 111.63º | 0.28% | 0.6% | - |
| XYZ | 21.41 | 27.62 | 18.95 | - |
| YUV | 137.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 110 | 0.24 | 0 | 0.28 | 0.4 | 111.63 | 0.17 | 0.52 |
| Hex | 74 | 99 | 6E | 18 | 0 | 1C | 28 | 70 | 11 | 34 |
| Octal | 164 | 231 | 156 | 30 | 0 | 34 | 50 | 160 | 21 | 64 |
| Binary | 1110100 | 10011001 | 1101110 | 11000 | 0 | 11100 | 101000 | 1110000 | 10001 | 110100 |
Color Harmonies of #74996E
Complementary color
Monochromatic Colors of #74996E
Black with #74996E
Text Example
Text Example
White with #74996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74996E; }
p { color: rgb(116,153,110); }
H1.HeaderClassName
{
color: #74996E;
}
.AnyTagClassName
{
color: #74996E;
}
</style>
background-color css
<style>
a { background-color: #74996E; }
a { background-color: rgb(116,153,110); }
div.DivClassName
{
background-color: #74996E;
}
.BgClassName
{
background-color: #74996E;
}
</style>
border-color css
<style>
span { border-color: #74996E; }
span { border-color: rgb(116,153,110); }
td.TdClassName
{
border-color: #74996E;
}
.TagClassName
{
border-color: #74996E;
}
</style>