Shades of Amulet #7BAF73
Tints of Amulet #7BAF73
RGB
CMYK
RGB Variations
Color information
#7BAF73 (or 0x7BAF73) is known color: Amulet. HEX triplet: 7B, AF and 73. RGB value is (123,175,115). Sum of RGB (Red+Green+Blue) = 123+175+115=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF73 is #84508C. Grayscale: #989898. Windows color (decimal): -8671373 or 7581563. OLE color: 7581563.
HSL color Cylindrical-coordinate representation of color #7BAF73: hue angle of 112º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BAF73 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 115 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.31 |
| HSL | 112º | 0.27% | 0.57% | - |
| HSV(B) | 112º | 0.34% | 0.69% | - |
| XYZ | 26.59 | 36.11 | 21.79 | - |
| YUV | 152.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 115 | 0.30 | 0 | 0.34 | 0.31 | 112 | 0.27 | 0.57 |
| Hex | 7B | AF | 73 | 1E | 0 | 22 | 1F | 70 | 1B | 39 |
| Octal | 173 | 257 | 163 | 36 | 0 | 42 | 37 | 160 | 33 | 71 |
| Binary | 1111011 | 10101111 | 1110011 | 11110 | 0 | 100010 | 11111 | 1110000 | 11011 | 111001 |
Color Harmonies of #7BAF73
Complementary color
Monochromatic Colors of #7BAF73
Black with #7BAF73
Text Example
Text Example
White with #7BAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF73; }
p { color: rgb(123,175,115); }
H1.HeaderClassName
{
color: #7BAF73;
}
.AnyTagClassName
{
color: #7BAF73;
}
</style>
background-color css
<style>
a { background-color: #7BAF73; }
a { background-color: rgb(123,175,115); }
div.DivClassName
{
background-color: #7BAF73;
}
.BgClassName
{
background-color: #7BAF73;
}
</style>
border-color css
<style>
span { border-color: #7BAF73; }
span { border-color: rgb(123,175,115); }
td.TdClassName
{
border-color: #7BAF73;
}
.TagClassName
{
border-color: #7BAF73;
}
</style>