Shades of Amulet #78B069
Tints of Amulet #78B069
RGB
CMYK
RGB Variations
Color information
#78B069 (or 0x78B069) is known color: Amulet. HEX triplet: 78, B0 and 69. RGB value is (120,176,105). Sum of RGB (Red+Green+Blue) = 120+176+105=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #78B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B069 is #874F96. Grayscale: #979797. Windows color (decimal): -8867735 or 6926456. OLE color: 6926456.
HSL color Cylindrical-coordinate representation of color #78B069: hue angle of 107.32º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78B069 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 105 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.31 |
| HSL | 107.32º | 0.31% | 0.55% | - |
| HSV(B) | 107.32º | 0.4% | 0.69% | - |
| XYZ | 25.82 | 36.06 | 18.96 | - |
| YUV | 151.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 105 | 0.32 | 0 | 0.40 | 0.31 | 107.32 | 0.31 | 0.55 |
| Hex | 78 | B0 | 69 | 20 | 0 | 28 | 1F | 6B | 1F | 37 |
| Octal | 170 | 260 | 151 | 40 | 0 | 50 | 37 | 153 | 37 | 67 |
| Binary | 1111000 | 10110000 | 1101001 | 100000 | 0 | 101000 | 11111 | 1101011 | 11111 | 110111 |
Color Harmonies of #78B069
Complementary color
Monochromatic Colors of #78B069
Black with #78B069
Text Example
Text Example
White with #78B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B069; }
p { color: rgb(120,176,105); }
H1.HeaderClassName
{
color: #78B069;
}
.AnyTagClassName
{
color: #78B069;
}
</style>
background-color css
<style>
a { background-color: #78B069; }
a { background-color: rgb(120,176,105); }
div.DivClassName
{
background-color: #78B069;
}
.BgClassName
{
background-color: #78B069;
}
</style>
border-color css
<style>
span { border-color: #78B069; }
span { border-color: rgb(120,176,105); }
td.TdClassName
{
border-color: #78B069;
}
.TagClassName
{
border-color: #78B069;
}
</style>