Shades of Amulet #7BA967
Tints of Amulet #7BA967
RGB
CMYK
RGB Variations
Color information
#7BA967 (or 0x7BA967) is known color: Amulet. HEX triplet: 7B, A9 and 67. RGB value is (123,169,103). Sum of RGB (Red+Green+Blue) = 123+169+103=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA967 is #845698. Grayscale: #939393. Windows color (decimal): -8672921 or 6793595. OLE color: 6793595.
HSL color Cylindrical-coordinate representation of color #7BA967: hue angle of 101.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA967 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 103 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.34 |
| HSL | 101.82º | 0.28% | 0.53% | - |
| HSV(B) | 101.82º | 0.39% | 0.66% | - |
| XYZ | 24.8 | 33.57 | 18 | - |
| YUV | 147.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 103 | 0.27 | 0 | 0.39 | 0.34 | 101.82 | 0.28 | 0.53 |
| Hex | 7B | A9 | 67 | 1B | 0 | 27 | 22 | 66 | 1C | 35 |
| Octal | 173 | 251 | 147 | 33 | 0 | 47 | 42 | 146 | 34 | 65 |
| Binary | 1111011 | 10101001 | 1100111 | 11011 | 0 | 100111 | 100010 | 1100110 | 11100 | 110101 |
Color Harmonies of #7BA967
Complementary color
Monochromatic Colors of #7BA967
Black with #7BA967
Text Example
Text Example
White with #7BA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA967; }
p { color: rgb(123,169,103); }
H1.HeaderClassName
{
color: #7BA967;
}
.AnyTagClassName
{
color: #7BA967;
}
</style>
background-color css
<style>
a { background-color: #7BA967; }
a { background-color: rgb(123,169,103); }
div.DivClassName
{
background-color: #7BA967;
}
.BgClassName
{
background-color: #7BA967;
}
</style>
border-color css
<style>
span { border-color: #7BA967; }
span { border-color: rgb(123,169,103); }
td.TdClassName
{
border-color: #7BA967;
}
.TagClassName
{
border-color: #7BA967;
}
</style>