Shades of Amulet #74AC6B
Tints of Amulet #74AC6B
RGB
CMYK
RGB Variations
Color information
#74AC6B (or 0x74AC6B) is known color: Amulet. HEX triplet: 74, AC and 6B. RGB value is (116,172,107). Sum of RGB (Red+Green+Blue) = 116+172+107=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC6B is #8B5394. Grayscale: #949494. Windows color (decimal): -9130901 or 7056500. OLE color: 7056500.
HSL color Cylindrical-coordinate representation of color #74AC6B: hue angle of 111.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74AC6B is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 107 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.33 |
| HSL | 111.69º | 0.28% | 0.55% | - |
| HSV(B) | 111.69º | 0.38% | 0.67% | - |
| XYZ | 24.61 | 34.28 | 19.23 | - |
| YUV | 147.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 107 | 0.33 | 0 | 0.38 | 0.33 | 111.69 | 0.28 | 0.55 |
| Hex | 74 | AC | 6B | 21 | 0 | 26 | 21 | 70 | 1C | 37 |
| Octal | 164 | 254 | 153 | 41 | 0 | 46 | 41 | 160 | 34 | 67 |
| Binary | 1110100 | 10101100 | 1101011 | 100001 | 0 | 100110 | 100001 | 1110000 | 11100 | 110111 |
Color Harmonies of #74AC6B
Complementary color
Monochromatic Colors of #74AC6B
Black with #74AC6B
Text Example
Text Example
White with #74AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC6B; }
p { color: rgb(116,172,107); }
H1.HeaderClassName
{
color: #74AC6B;
}
.AnyTagClassName
{
color: #74AC6B;
}
</style>
background-color css
<style>
a { background-color: #74AC6B; }
a { background-color: rgb(116,172,107); }
div.DivClassName
{
background-color: #74AC6B;
}
.BgClassName
{
background-color: #74AC6B;
}
</style>
border-color css
<style>
span { border-color: #74AC6B; }
span { border-color: rgb(116,172,107); }
td.TdClassName
{
border-color: #74AC6B;
}
.TagClassName
{
border-color: #74AC6B;
}
</style>