Shades of Amulet #7BB078
Tints of Amulet #7BB078
RGB
CMYK
RGB Variations
Color information
#7BB078 (or 0x7BB078) is known color: Amulet. HEX triplet: 7B, B0 and 78. RGB value is (123,176,120). Sum of RGB (Red+Green+Blue) = 123+176+120=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB078 is #844F87. Grayscale: #999999. Windows color (decimal): -8671112 or 7909499. OLE color: 7909499.
HSL color Cylindrical-coordinate representation of color #7BB078: hue angle of 116.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB078 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 120 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.31 |
| HSL | 116.79º | 0.26% | 0.58% | - |
| HSV(B) | 116.79º | 0.32% | 0.69% | - |
| XYZ | 27.08 | 36.62 | 23.41 | - |
| YUV | 153.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 120 | 0.30 | 0 | 0.32 | 0.31 | 116.79 | 0.26 | 0.58 |
| Hex | 7B | B0 | 78 | 1E | 0 | 20 | 1F | 75 | 1A | 3A |
| Octal | 173 | 260 | 170 | 36 | 0 | 40 | 37 | 165 | 32 | 72 |
| Binary | 1111011 | 10110000 | 1111000 | 11110 | 0 | 100000 | 11111 | 1110101 | 11010 | 111010 |
Color Harmonies of #7BB078
Complementary color
Monochromatic Colors of #7BB078
Black with #7BB078
Text Example
Text Example
White with #7BB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB078; }
p { color: rgb(123,176,120); }
H1.HeaderClassName
{
color: #7BB078;
}
.AnyTagClassName
{
color: #7BB078;
}
</style>
background-color css
<style>
a { background-color: #7BB078; }
a { background-color: rgb(123,176,120); }
div.DivClassName
{
background-color: #7BB078;
}
.BgClassName
{
background-color: #7BB078;
}
</style>
border-color css
<style>
span { border-color: #7BB078; }
span { border-color: rgb(123,176,120); }
td.TdClassName
{
border-color: #7BB078;
}
.TagClassName
{
border-color: #7BB078;
}
</style>