Shades of Amulet #749C6F
Tints of Amulet #749C6F
RGB
CMYK
RGB Variations
Color information
#749C6F (or 0x749C6F) is known color: Amulet. HEX triplet: 74, 9C and 6F. RGB value is (116,156,111). Sum of RGB (Red+Green+Blue) = 116+156+111=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #749C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C6F is #8B6390. Grayscale: #8B8B8B. Windows color (decimal): -9134993 or 7314548. OLE color: 7314548.
HSL color Cylindrical-coordinate representation of color #749C6F: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749C6F is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 111 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.39 |
| HSL | 113.33º | 0.19% | 0.52% | - |
| HSV(B) | 113.33º | 0.29% | 0.61% | - |
| XYZ | 21.96 | 28.64 | 19.41 | - |
| YUV | 138.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 111 | 0.26 | 0 | 0.29 | 0.39 | 113.33 | 0.19 | 0.52 |
| Hex | 74 | 9C | 6F | 1A | 0 | 1D | 27 | 71 | 13 | 34 |
| Octal | 164 | 234 | 157 | 32 | 0 | 35 | 47 | 161 | 23 | 64 |
| Binary | 1110100 | 10011100 | 1101111 | 11010 | 0 | 11101 | 100111 | 1110001 | 10011 | 110100 |
Color Harmonies of #749C6F
Complementary color
Monochromatic Colors of #749C6F
Black with #749C6F
Text Example
Text Example
White with #749C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C6F; }
p { color: rgb(116,156,111); }
H1.HeaderClassName
{
color: #749C6F;
}
.AnyTagClassName
{
color: #749C6F;
}
</style>
background-color css
<style>
a { background-color: #749C6F; }
a { background-color: rgb(116,156,111); }
div.DivClassName
{
background-color: #749C6F;
}
.BgClassName
{
background-color: #749C6F;
}
</style>
border-color css
<style>
span { border-color: #749C6F; }
span { border-color: rgb(116,156,111); }
td.TdClassName
{
border-color: #749C6F;
}
.TagClassName
{
border-color: #749C6F;
}
</style>