Shades of Amulet #74956F
Tints of Amulet #74956F
RGB
CMYK
RGB Variations
Color information
#74956F (or 0x74956F) is known color: Amulet. HEX triplet: 74, 95 and 6F. RGB value is (116,149,111). Sum of RGB (Red+Green+Blue) = 116+149+111=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #74956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74956F is #8B6A90. Grayscale: #868686. Windows color (decimal): -9136785 or 7312756. OLE color: 7312756.
HSL color Cylindrical-coordinate representation of color #74956F: hue angle of 112.11º degrees, saturation: 0.15, 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 #74956F is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 111 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.42 |
| HSL | 112.11º | 0.15% | 0.51% | - |
| HSV(B) | 112.11º | 0.26% | 0.58% | - |
| XYZ | 20.82 | 26.36 | 19.03 | - |
| YUV | 134.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 111 | 0.22 | 0 | 0.26 | 0.42 | 112.11 | 0.15 | 0.51 |
| Hex | 74 | 95 | 6F | 16 | 0 | 1A | 2A | 70 | F | 33 |
| Octal | 164 | 225 | 157 | 26 | 0 | 32 | 52 | 160 | 17 | 63 |
| Binary | 1110100 | 10010101 | 1101111 | 10110 | 0 | 11010 | 101010 | 1110000 | 1111 | 110011 |
Color Harmonies of #74956F
Complementary color
Monochromatic Colors of #74956F
Black with #74956F
Text Example
Text Example
White with #74956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74956F; }
p { color: rgb(116,149,111); }
H1.HeaderClassName
{
color: #74956F;
}
.AnyTagClassName
{
color: #74956F;
}
</style>
background-color css
<style>
a { background-color: #74956F; }
a { background-color: rgb(116,149,111); }
div.DivClassName
{
background-color: #74956F;
}
.BgClassName
{
background-color: #74956F;
}
</style>
border-color css
<style>
span { border-color: #74956F; }
span { border-color: rgb(116,149,111); }
td.TdClassName
{
border-color: #74956F;
}
.TagClassName
{
border-color: #74956F;
}
</style>