Shades of Amulet #7BAE75
Tints of Amulet #7BAE75
RGB
CMYK
RGB Variations
Color information
#7BAE75 (or 0x7BAE75) is known color: Amulet. HEX triplet: 7B, AE and 75. RGB value is (123,174,117). Sum of RGB (Red+Green+Blue) = 123+174+117=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE75 is #84518A. Grayscale: #989898. Windows color (decimal): -8671627 or 7712379. OLE color: 7712379.
HSL color Cylindrical-coordinate representation of color #7BAE75: hue angle of 113.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BAE75 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 117 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.32 |
| HSL | 113.68º | 0.26% | 0.57% | - |
| HSV(B) | 113.68º | 0.33% | 0.68% | - |
| XYZ | 26.52 | 35.77 | 22.34 | - |
| YUV | 152.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 117 | 0.29 | 0 | 0.33 | 0.32 | 113.68 | 0.26 | 0.57 |
| Hex | 7B | AE | 75 | 1D | 0 | 21 | 20 | 72 | 1A | 39 |
| Octal | 173 | 256 | 165 | 35 | 0 | 41 | 40 | 162 | 32 | 71 |
| Binary | 1111011 | 10101110 | 1110101 | 11101 | 0 | 100001 | 100000 | 1110010 | 11010 | 111001 |
Color Harmonies of #7BAE75
Complementary color
Monochromatic Colors of #7BAE75
Black with #7BAE75
Text Example
Text Example
White with #7BAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE75; }
p { color: rgb(123,174,117); }
H1.HeaderClassName
{
color: #7BAE75;
}
.AnyTagClassName
{
color: #7BAE75;
}
</style>
background-color css
<style>
a { background-color: #7BAE75; }
a { background-color: rgb(123,174,117); }
div.DivClassName
{
background-color: #7BAE75;
}
.BgClassName
{
background-color: #7BAE75;
}
</style>
border-color css
<style>
span { border-color: #7BAE75; }
span { border-color: rgb(123,174,117); }
td.TdClassName
{
border-color: #7BAE75;
}
.TagClassName
{
border-color: #7BAE75;
}
</style>