Shades of Amulet #74966E
Tints of Amulet #74966E
RGB
CMYK
RGB Variations
Color information
#74966E (or 0x74966E) is known color: Amulet. HEX triplet: 74, 96 and 6E. RGB value is (116,150,110). Sum of RGB (Red+Green+Blue) = 116+150+110=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #74966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74966E is #8B6991. Grayscale: #878787. Windows color (decimal): -9136530 or 7247476. OLE color: 7247476.
HSL color Cylindrical-coordinate representation of color #74966E: hue angle of 111º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74966E is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 110 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.41 |
| HSL | 111º | 0.16% | 0.51% | - |
| HSV(B) | 111º | 0.27% | 0.59% | - |
| XYZ | 20.92 | 26.65 | 18.79 | - |
| YUV | 135.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 110 | 0.23 | 0 | 0.27 | 0.41 | 111 | 0.16 | 0.51 |
| Hex | 74 | 96 | 6E | 17 | 0 | 1B | 29 | 6F | 10 | 33 |
| Octal | 164 | 226 | 156 | 27 | 0 | 33 | 51 | 157 | 20 | 63 |
| Binary | 1110100 | 10010110 | 1101110 | 10111 | 0 | 11011 | 101001 | 1101111 | 10000 | 110011 |
Color Harmonies of #74966E
Complementary color
Monochromatic Colors of #74966E
Black with #74966E
Text Example
Text Example
White with #74966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74966E; }
p { color: rgb(116,150,110); }
H1.HeaderClassName
{
color: #74966E;
}
.AnyTagClassName
{
color: #74966E;
}
</style>
background-color css
<style>
a { background-color: #74966E; }
a { background-color: rgb(116,150,110); }
div.DivClassName
{
background-color: #74966E;
}
.BgClassName
{
background-color: #74966E;
}
</style>
border-color css
<style>
span { border-color: #74966E; }
span { border-color: rgb(116,150,110); }
td.TdClassName
{
border-color: #74966E;
}
.TagClassName
{
border-color: #74966E;
}
</style>