Shades of Amulet #74AD6C
Tints of Amulet #74AD6C
RGB
CMYK
RGB Variations
Color information
#74AD6C (or 0x74AD6C) is known color: Amulet. HEX triplet: 74, AD and 6C. RGB value is (116,173,108). Sum of RGB (Red+Green+Blue) = 116+173+108=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD6C is #8B5293. Grayscale: #949494. Windows color (decimal): -9130644 or 7122292. OLE color: 7122292.
HSL color Cylindrical-coordinate representation of color #74AD6C: hue angle of 112.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74AD6C is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 108 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.32 |
| HSL | 112.62º | 0.28% | 0.55% | - |
| HSV(B) | 112.62º | 0.38% | 0.68% | - |
| XYZ | 24.85 | 34.68 | 19.57 | - |
| YUV | 148.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 108 | 0.33 | 0 | 0.38 | 0.32 | 112.62 | 0.28 | 0.55 |
| Hex | 74 | AD | 6C | 21 | 0 | 26 | 20 | 71 | 1C | 37 |
| Octal | 164 | 255 | 154 | 41 | 0 | 46 | 40 | 161 | 34 | 67 |
| Binary | 1110100 | 10101101 | 1101100 | 100001 | 0 | 100110 | 100000 | 1110001 | 11100 | 110111 |
Color Harmonies of #74AD6C
Complementary color
Monochromatic Colors of #74AD6C
Black with #74AD6C
Text Example
Text Example
White with #74AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD6C; }
p { color: rgb(116,173,108); }
H1.HeaderClassName
{
color: #74AD6C;
}
.AnyTagClassName
{
color: #74AD6C;
}
</style>
background-color css
<style>
a { background-color: #74AD6C; }
a { background-color: rgb(116,173,108); }
div.DivClassName
{
background-color: #74AD6C;
}
.BgClassName
{
background-color: #74AD6C;
}
</style>
border-color css
<style>
span { border-color: #74AD6C; }
span { border-color: rgb(116,173,108); }
td.TdClassName
{
border-color: #74AD6C;
}
.TagClassName
{
border-color: #74AD6C;
}
</style>