Shades of Amulet #7BB16F
Tints of Amulet #7BB16F
RGB
CMYK
RGB Variations
Color information
#7BB16F (or 0x7BB16F) is known color: Amulet. HEX triplet: 7B, B1 and 6F. RGB value is (123,177,111). Sum of RGB (Red+Green+Blue) = 123+177+111=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB16F is #844E90. Grayscale: #999999. Windows color (decimal): -8670865 or 7319931. OLE color: 7319931.
HSL color Cylindrical-coordinate representation of color #7BB16F: hue angle of 109.09º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BB16F is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 111 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.31 |
| HSL | 109.09º | 0.3% | 0.56% | - |
| HSV(B) | 109.09º | 0.37% | 0.69% | - |
| XYZ | 26.76 | 36.8 | 20.73 | - |
| YUV | 153.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 111 | 0.31 | 0 | 0.37 | 0.31 | 109.09 | 0.3 | 0.56 |
| Hex | 7B | B1 | 6F | 1F | 0 | 25 | 1F | 6D | 1E | 38 |
| Octal | 173 | 261 | 157 | 37 | 0 | 45 | 37 | 155 | 36 | 70 |
| Binary | 1111011 | 10110001 | 1101111 | 11111 | 0 | 100101 | 11111 | 1101101 | 11110 | 111000 |
Color Harmonies of #7BB16F
Complementary color
Monochromatic Colors of #7BB16F
Black with #7BB16F
Text Example
Text Example
White with #7BB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB16F; }
p { color: rgb(123,177,111); }
H1.HeaderClassName
{
color: #7BB16F;
}
.AnyTagClassName
{
color: #7BB16F;
}
</style>
background-color css
<style>
a { background-color: #7BB16F; }
a { background-color: rgb(123,177,111); }
div.DivClassName
{
background-color: #7BB16F;
}
.BgClassName
{
background-color: #7BB16F;
}
</style>
border-color css
<style>
span { border-color: #7BB16F; }
span { border-color: rgb(123,177,111); }
td.TdClassName
{
border-color: #7BB16F;
}
.TagClassName
{
border-color: #7BB16F;
}
</style>