Shades of Amulet #74996C
Tints of Amulet #74996C
RGB
CMYK
RGB Variations
Color information
#74996C (or 0x74996C) is known color: Amulet. HEX triplet: 74, 99 and 6C. RGB value is (116,153,108). Sum of RGB (Red+Green+Blue) = 116+153+108=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #74996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74996C is #8B6693. Grayscale: #888888. Windows color (decimal): -9135764 or 7117172. OLE color: 7117172.
HSL color Cylindrical-coordinate representation of color #74996C: hue angle of 109.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74996C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 108 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.4 |
| HSL | 109.33º | 0.18% | 0.51% | - |
| HSV(B) | 109.33º | 0.29% | 0.6% | - |
| XYZ | 21.3 | 27.58 | 18.39 | - |
| YUV | 136.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 108 | 0.24 | 0 | 0.29 | 0.4 | 109.33 | 0.18 | 0.51 |
| Hex | 74 | 99 | 6C | 18 | 0 | 1D | 28 | 6D | 12 | 33 |
| Octal | 164 | 231 | 154 | 30 | 0 | 35 | 50 | 155 | 22 | 63 |
| Binary | 1110100 | 10011001 | 1101100 | 11000 | 0 | 11101 | 101000 | 1101101 | 10010 | 110011 |
Color Harmonies of #74996C
Complementary color
Monochromatic Colors of #74996C
Black with #74996C
Text Example
Text Example
White with #74996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74996C; }
p { color: rgb(116,153,108); }
H1.HeaderClassName
{
color: #74996C;
}
.AnyTagClassName
{
color: #74996C;
}
</style>
background-color css
<style>
a { background-color: #74996C; }
a { background-color: rgb(116,153,108); }
div.DivClassName
{
background-color: #74996C;
}
.BgClassName
{
background-color: #74996C;
}
</style>
border-color css
<style>
span { border-color: #74996C; }
span { border-color: rgb(116,153,108); }
td.TdClassName
{
border-color: #74996C;
}
.TagClassName
{
border-color: #74996C;
}
</style>