Shades of Amulet #7BAF76
Tints of Amulet #7BAF76
RGB
CMYK
RGB Variations
Color information
#7BAF76 (or 0x7BAF76) is known color: Amulet. HEX triplet: 7B, AF and 76. RGB value is (123,175,118). Sum of RGB (Red+Green+Blue) = 123+175+118=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF76 is #845089. Grayscale: #999999. Windows color (decimal): -8671370 or 7778171. OLE color: 7778171.
HSL color Cylindrical-coordinate representation of color #7BAF76: hue angle of 114.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BAF76 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 118 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.31 |
| HSL | 114.74º | 0.26% | 0.57% | - |
| HSV(B) | 114.74º | 0.33% | 0.69% | - |
| XYZ | 26.77 | 36.18 | 22.71 | - |
| YUV | 152.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 118 | 0.30 | 0 | 0.33 | 0.31 | 114.74 | 0.26 | 0.57 |
| Hex | 7B | AF | 76 | 1E | 0 | 21 | 1F | 73 | 1A | 39 |
| Octal | 173 | 257 | 166 | 36 | 0 | 41 | 37 | 163 | 32 | 71 |
| Binary | 1111011 | 10101111 | 1110110 | 11110 | 0 | 100001 | 11111 | 1110011 | 11010 | 111001 |
Color Harmonies of #7BAF76
Complementary color
Monochromatic Colors of #7BAF76
Black with #7BAF76
Text Example
Text Example
White with #7BAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF76; }
p { color: rgb(123,175,118); }
H1.HeaderClassName
{
color: #7BAF76;
}
.AnyTagClassName
{
color: #7BAF76;
}
</style>
background-color css
<style>
a { background-color: #7BAF76; }
a { background-color: rgb(123,175,118); }
div.DivClassName
{
background-color: #7BAF76;
}
.BgClassName
{
background-color: #7BAF76;
}
</style>
border-color css
<style>
span { border-color: #7BAF76; }
span { border-color: rgb(123,175,118); }
td.TdClassName
{
border-color: #7BAF76;
}
.TagClassName
{
border-color: #7BAF76;
}
</style>