Shades of Amulet #7BB271
Tints of Amulet #7BB271
RGB
CMYK
RGB Variations
Color information
#7BB271 (or 0x7BB271) is known color: Amulet. HEX triplet: 7B, B2 and 71. RGB value is (123,178,113). Sum of RGB (Red+Green+Blue) = 123+178+113=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB271 is #844D8E. Grayscale: #9A9A9A. Windows color (decimal): -8670607 or 7451259. OLE color: 7451259.
HSL color Cylindrical-coordinate representation of color #7BB271: hue angle of 110.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BB271 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 113 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.30 |
| HSL | 110.77º | 0.3% | 0.57% | - |
| HSV(B) | 110.77º | 0.37% | 0.7% | - |
| XYZ | 27.07 | 37.24 | 21.38 | - |
| YUV | 154.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 113 | 0.31 | 0 | 0.37 | 0.30 | 110.77 | 0.3 | 0.57 |
| Hex | 7B | B2 | 71 | 1F | 0 | 25 | 1E | 6F | 1E | 39 |
| Octal | 173 | 262 | 161 | 37 | 0 | 45 | 36 | 157 | 36 | 71 |
| Binary | 1111011 | 10110010 | 1110001 | 11111 | 0 | 100101 | 11110 | 1101111 | 11110 | 111001 |
Color Harmonies of #7BB271
Complementary color
Monochromatic Colors of #7BB271
Black with #7BB271
Text Example
Text Example
White with #7BB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB271; }
p { color: rgb(123,178,113); }
H1.HeaderClassName
{
color: #7BB271;
}
.AnyTagClassName
{
color: #7BB271;
}
</style>
background-color css
<style>
a { background-color: #7BB271; }
a { background-color: rgb(123,178,113); }
div.DivClassName
{
background-color: #7BB271;
}
.BgClassName
{
background-color: #7BB271;
}
</style>
border-color css
<style>
span { border-color: #7BB271; }
span { border-color: rgb(123,178,113); }
td.TdClassName
{
border-color: #7BB271;
}
.TagClassName
{
border-color: #7BB271;
}
</style>