Shades of Amulet #78AC6A
Tints of Amulet #78AC6A
RGB
CMYK
RGB Variations
Color information
#78AC6A (or 0x78AC6A) is known color: Amulet. HEX triplet: 78, AC and 6A. RGB value is (120,172,106). Sum of RGB (Red+Green+Blue) = 120+172+106=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC6A is #875395. Grayscale: #959595. Windows color (decimal): -8868758 or 6990968. OLE color: 6990968.
HSL color Cylindrical-coordinate representation of color #78AC6A: hue angle of 107.27º 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 #78AC6A is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 106 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.33 |
| HSL | 107.27º | 0.28% | 0.55% | - |
| HSV(B) | 107.27º | 0.38% | 0.67% | - |
| XYZ | 25.1 | 34.54 | 18.98 | - |
| YUV | 148.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 106 | 0.30 | 0 | 0.38 | 0.33 | 107.27 | 0.28 | 0.55 |
| Hex | 78 | AC | 6A | 1E | 0 | 26 | 21 | 6B | 1C | 37 |
| Octal | 170 | 254 | 152 | 36 | 0 | 46 | 41 | 153 | 34 | 67 |
| Binary | 1111000 | 10101100 | 1101010 | 11110 | 0 | 100110 | 100001 | 1101011 | 11100 | 110111 |
Color Harmonies of #78AC6A
Complementary color
Monochromatic Colors of #78AC6A
Black with #78AC6A
Text Example
Text Example
White with #78AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC6A; }
p { color: rgb(120,172,106); }
H1.HeaderClassName
{
color: #78AC6A;
}
.AnyTagClassName
{
color: #78AC6A;
}
</style>
background-color css
<style>
a { background-color: #78AC6A; }
a { background-color: rgb(120,172,106); }
div.DivClassName
{
background-color: #78AC6A;
}
.BgClassName
{
background-color: #78AC6A;
}
</style>
border-color css
<style>
span { border-color: #78AC6A; }
span { border-color: rgb(120,172,106); }
td.TdClassName
{
border-color: #78AC6A;
}
.TagClassName
{
border-color: #78AC6A;
}
</style>