Shades of Amulet #7BB175
Tints of Amulet #7BB175
RGB
CMYK
RGB Variations
Color information
#7BB175 (or 0x7BB175) is known color: Amulet. HEX triplet: 7B, B1 and 75. RGB value is (123,177,117). Sum of RGB (Red+Green+Blue) = 123+177+117=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB175 is #844E8A. Grayscale: #9A9A9A. Windows color (decimal): -8670859 or 7713147. OLE color: 7713147.
HSL color Cylindrical-coordinate representation of color #7BB175: hue angle of 114º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB175 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 117 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.31 |
| HSL | 114º | 0.28% | 0.58% | - |
| HSV(B) | 114º | 0.34% | 0.69% | - |
| XYZ | 27.1 | 36.94 | 22.53 | - |
| YUV | 154.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 117 | 0.31 | 0 | 0.34 | 0.31 | 114 | 0.28 | 0.58 |
| Hex | 7B | B1 | 75 | 1F | 0 | 22 | 1F | 72 | 1C | 3A |
| Octal | 173 | 261 | 165 | 37 | 0 | 42 | 37 | 162 | 34 | 72 |
| Binary | 1111011 | 10110001 | 1110101 | 11111 | 0 | 100010 | 11111 | 1110010 | 11100 | 111010 |
Color Harmonies of #7BB175
Complementary color
Monochromatic Colors of #7BB175
Black with #7BB175
Text Example
Text Example
White with #7BB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB175; }
p { color: rgb(123,177,117); }
H1.HeaderClassName
{
color: #7BB175;
}
.AnyTagClassName
{
color: #7BB175;
}
</style>
background-color css
<style>
a { background-color: #7BB175; }
a { background-color: rgb(123,177,117); }
div.DivClassName
{
background-color: #7BB175;
}
.BgClassName
{
background-color: #7BB175;
}
</style>
border-color css
<style>
span { border-color: #7BB175; }
span { border-color: rgb(123,177,117); }
td.TdClassName
{
border-color: #7BB175;
}
.TagClassName
{
border-color: #7BB175;
}
</style>