Shades of Amulet #7BAF78
Tints of Amulet #7BAF78
RGB
CMYK
RGB Variations
Color information
#7BAF78 (or 0x7BAF78) is known color: Amulet. HEX triplet: 7B, AF and 78. RGB value is (123,175,120). Sum of RGB (Red+Green+Blue) = 123+175+120=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF78 is #845087. Grayscale: #999999. Windows color (decimal): -8671368 or 7909243. OLE color: 7909243.
HSL color Cylindrical-coordinate representation of color #7BAF78: hue angle of 116.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BAF78 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 120 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.31 |
| HSL | 116.73º | 0.26% | 0.58% | - |
| HSV(B) | 116.73º | 0.31% | 0.69% | - |
| XYZ | 26.89 | 36.23 | 23.34 | - |
| YUV | 153.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 120 | 0.30 | 0 | 0.31 | 0.31 | 116.73 | 0.26 | 0.58 |
| Hex | 7B | AF | 78 | 1E | 0 | 1F | 1F | 75 | 1A | 3A |
| Octal | 173 | 257 | 170 | 36 | 0 | 37 | 37 | 165 | 32 | 72 |
| Binary | 1111011 | 10101111 | 1111000 | 11110 | 0 | 11111 | 11111 | 1110101 | 11010 | 111010 |
Color Harmonies of #7BAF78
Complementary color
Monochromatic Colors of #7BAF78
Black with #7BAF78
Text Example
Text Example
White with #7BAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF78; }
p { color: rgb(123,175,120); }
H1.HeaderClassName
{
color: #7BAF78;
}
.AnyTagClassName
{
color: #7BAF78;
}
</style>
background-color css
<style>
a { background-color: #7BAF78; }
a { background-color: rgb(123,175,120); }
div.DivClassName
{
background-color: #7BAF78;
}
.BgClassName
{
background-color: #7BAF78;
}
</style>
border-color css
<style>
span { border-color: #7BAF78; }
span { border-color: rgb(123,175,120); }
td.TdClassName
{
border-color: #7BAF78;
}
.TagClassName
{
border-color: #7BAF78;
}
</style>