Shades of Amulet #74966D
Tints of Amulet #74966D
RGB
CMYK
RGB Variations
Color information
#74966D (or 0x74966D) is known color: Amulet. HEX triplet: 74, 96 and 6D. RGB value is (116,150,109). Sum of RGB (Red+Green+Blue) = 116+150+109=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #74966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74966D is #8B6992. Grayscale: #878787. Windows color (decimal): -9136531 or 7181940. OLE color: 7181940.
HSL color Cylindrical-coordinate representation of color #74966D: hue angle of 109.76º 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 #74966D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 109 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.41 |
| HSL | 109.76º | 0.16% | 0.51% | - |
| HSV(B) | 109.76º | 0.27% | 0.59% | - |
| XYZ | 20.87 | 26.63 | 18.51 | - |
| YUV | 135.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 109 | 0.23 | 0 | 0.27 | 0.41 | 109.76 | 0.16 | 0.51 |
| Hex | 74 | 96 | 6D | 17 | 0 | 1B | 29 | 6E | 10 | 33 |
| Octal | 164 | 226 | 155 | 27 | 0 | 33 | 51 | 156 | 20 | 63 |
| Binary | 1110100 | 10010110 | 1101101 | 10111 | 0 | 11011 | 101001 | 1101110 | 10000 | 110011 |
Color Harmonies of #74966D
Complementary color
Monochromatic Colors of #74966D
Black with #74966D
Text Example
Text Example
White with #74966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74966D; }
p { color: rgb(116,150,109); }
H1.HeaderClassName
{
color: #74966D;
}
.AnyTagClassName
{
color: #74966D;
}
</style>
background-color css
<style>
a { background-color: #74966D; }
a { background-color: rgb(116,150,109); }
div.DivClassName
{
background-color: #74966D;
}
.BgClassName
{
background-color: #74966D;
}
</style>
border-color css
<style>
span { border-color: #74966D; }
span { border-color: rgb(116,150,109); }
td.TdClassName
{
border-color: #74966D;
}
.TagClassName
{
border-color: #74966D;
}
</style>