Shades of Amulet #78AB75
Tints of Amulet #78AB75
RGB
CMYK
RGB Variations
Color information
#78AB75 (or 0x78AB75) is known color: Amulet. HEX triplet: 78, AB and 75. RGB value is (120,171,117). Sum of RGB (Red+Green+Blue) = 120+171+117=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB75 is #87548A. Grayscale: #959595. Windows color (decimal): -8869003 or 7711608. OLE color: 7711608.
HSL color Cylindrical-coordinate representation of color #78AB75: hue angle of 116.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78AB75 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 117 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.33 |
| HSL | 116.67º | 0.24% | 0.56% | - |
| HSV(B) | 116.67º | 0.32% | 0.67% | - |
| XYZ | 25.52 | 34.4 | 22.13 | - |
| YUV | 149.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 117 | 0.30 | 0 | 0.32 | 0.33 | 116.67 | 0.24 | 0.56 |
| Hex | 78 | AB | 75 | 1E | 0 | 20 | 21 | 75 | 18 | 38 |
| Octal | 170 | 253 | 165 | 36 | 0 | 40 | 41 | 165 | 30 | 70 |
| Binary | 1111000 | 10101011 | 1110101 | 11110 | 0 | 100000 | 100001 | 1110101 | 11000 | 111000 |
Color Harmonies of #78AB75
Complementary color
Monochromatic Colors of #78AB75
Black with #78AB75
Text Example
Text Example
White with #78AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB75; }
p { color: rgb(120,171,117); }
H1.HeaderClassName
{
color: #78AB75;
}
.AnyTagClassName
{
color: #78AB75;
}
</style>
background-color css
<style>
a { background-color: #78AB75; }
a { background-color: rgb(120,171,117); }
div.DivClassName
{
background-color: #78AB75;
}
.BgClassName
{
background-color: #78AB75;
}
</style>
border-color css
<style>
span { border-color: #78AB75; }
span { border-color: rgb(120,171,117); }
td.TdClassName
{
border-color: #78AB75;
}
.TagClassName
{
border-color: #78AB75;
}
</style>