Shades of Amulet #7BB474
Tints of Amulet #7BB474
RGB
CMYK
RGB Variations
Color information
#7BB474 (or 0x7BB474) is known color: Amulet. HEX triplet: 7B, B4 and 74. RGB value is (123,180,116). Sum of RGB (Red+Green+Blue) = 123+180+116=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB474 is #844B8B. Grayscale: #9B9B9B. Windows color (decimal): -8670092 or 7648379. OLE color: 7648379.
HSL color Cylindrical-coordinate representation of color #7BB474: hue angle of 113.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BB474 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 116 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.29 |
| HSL | 113.44º | 0.3% | 0.58% | - |
| HSV(B) | 113.44º | 0.36% | 0.71% | - |
| XYZ | 27.64 | 38.11 | 22.42 | - |
| YUV | 155.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 116 | 0.32 | 0 | 0.36 | 0.29 | 113.44 | 0.3 | 0.58 |
| Hex | 7B | B4 | 74 | 20 | 0 | 24 | 1D | 71 | 1E | 3A |
| Octal | 173 | 264 | 164 | 40 | 0 | 44 | 35 | 161 | 36 | 72 |
| Binary | 1111011 | 10110100 | 1110100 | 100000 | 0 | 100100 | 11101 | 1110001 | 11110 | 111010 |
Color Harmonies of #7BB474
Complementary color
Monochromatic Colors of #7BB474
Black with #7BB474
Text Example
Text Example
White with #7BB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB474; }
p { color: rgb(123,180,116); }
H1.HeaderClassName
{
color: #7BB474;
}
.AnyTagClassName
{
color: #7BB474;
}
</style>
background-color css
<style>
a { background-color: #7BB474; }
a { background-color: rgb(123,180,116); }
div.DivClassName
{
background-color: #7BB474;
}
.BgClassName
{
background-color: #7BB474;
}
</style>
border-color css
<style>
span { border-color: #7BB474; }
span { border-color: rgb(123,180,116); }
td.TdClassName
{
border-color: #7BB474;
}
.TagClassName
{
border-color: #7BB474;
}
</style>