Shades of Amulet #7BB07A
Tints of Amulet #7BB07A
RGB
CMYK
RGB Variations
Color information
#7BB07A (or 0x7BB07A) is known color: Amulet. HEX triplet: 7B, B0 and 7A. RGB value is (123,176,122). Sum of RGB (Red+Green+Blue) = 123+176+122=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB07A is #844F85. Grayscale: #9A9A9A. Windows color (decimal): -8671110 or 8040571. OLE color: 8040571.
HSL color Cylindrical-coordinate representation of color #7BB07A: hue angle of 118.89º degrees, saturation: 0.25, 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 #7BB07A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 122 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.31 |
| HSL | 118.89º | 0.25% | 0.58% | - |
| HSV(B) | 118.89º | 0.31% | 0.69% | - |
| XYZ | 27.21 | 36.67 | 24.06 | - |
| YUV | 154 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 122 | 0.30 | 0 | 0.31 | 0.31 | 118.89 | 0.25 | 0.58 |
| Hex | 7B | B0 | 7A | 1E | 0 | 1F | 1F | 77 | 19 | 3A |
| Octal | 173 | 260 | 172 | 36 | 0 | 37 | 37 | 167 | 31 | 72 |
| Binary | 1111011 | 10110000 | 1111010 | 11110 | 0 | 11111 | 11111 | 1110111 | 11001 | 111010 |
Color Harmonies of #7BB07A
Complementary color
Monochromatic Colors of #7BB07A
Black with #7BB07A
Text Example
Text Example
White with #7BB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB07A; }
p { color: rgb(123,176,122); }
H1.HeaderClassName
{
color: #7BB07A;
}
.AnyTagClassName
{
color: #7BB07A;
}
</style>
background-color css
<style>
a { background-color: #7BB07A; }
a { background-color: rgb(123,176,122); }
div.DivClassName
{
background-color: #7BB07A;
}
.BgClassName
{
background-color: #7BB07A;
}
</style>
border-color css
<style>
span { border-color: #7BB07A; }
span { border-color: rgb(123,176,122); }
td.TdClassName
{
border-color: #7BB07A;
}
.TagClassName
{
border-color: #7BB07A;
}
</style>