Shades of Amulet #74AC6C
Tints of Amulet #74AC6C
RGB
CMYK
RGB Variations
Color information
#74AC6C (or 0x74AC6C) is known color: Amulet. HEX triplet: 74, AC and 6C. RGB value is (116,172,108). Sum of RGB (Red+Green+Blue) = 116+172+108=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC6C is #8B5393. Grayscale: #949494. Windows color (decimal): -9130900 or 7122036. OLE color: 7122036.
HSL color Cylindrical-coordinate representation of color #74AC6C: hue angle of 112.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74AC6C is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 108 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.33 |
| HSL | 112.5º | 0.28% | 0.55% | - |
| HSV(B) | 112.5º | 0.37% | 0.67% | - |
| XYZ | 24.66 | 34.3 | 19.51 | - |
| YUV | 147.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 108 | 0.33 | 0 | 0.37 | 0.33 | 112.5 | 0.28 | 0.55 |
| Hex | 74 | AC | 6C | 21 | 0 | 25 | 21 | 70 | 1C | 37 |
| Octal | 164 | 254 | 154 | 41 | 0 | 45 | 41 | 160 | 34 | 67 |
| Binary | 1110100 | 10101100 | 1101100 | 100001 | 0 | 100101 | 100001 | 1110000 | 11100 | 110111 |
Color Harmonies of #74AC6C
Complementary color
Monochromatic Colors of #74AC6C
Black with #74AC6C
Text Example
Text Example
White with #74AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC6C; }
p { color: rgb(116,172,108); }
H1.HeaderClassName
{
color: #74AC6C;
}
.AnyTagClassName
{
color: #74AC6C;
}
</style>
background-color css
<style>
a { background-color: #74AC6C; }
a { background-color: rgb(116,172,108); }
div.DivClassName
{
background-color: #74AC6C;
}
.BgClassName
{
background-color: #74AC6C;
}
</style>
border-color css
<style>
span { border-color: #74AC6C; }
span { border-color: rgb(116,172,108); }
td.TdClassName
{
border-color: #74AC6C;
}
.TagClassName
{
border-color: #74AC6C;
}
</style>