Shades of Amulet #7BAE69
Tints of Amulet #7BAE69
RGB
CMYK
RGB Variations
Color information
#7BAE69 (or 0x7BAE69) is known color: Amulet. HEX triplet: 7B, AE and 69. RGB value is (123,174,105). Sum of RGB (Red+Green+Blue) = 123+174+105=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE69 is #845196. Grayscale: #979797. Windows color (decimal): -8671639 or 6925947. OLE color: 6925947.
HSL color Cylindrical-coordinate representation of color #7BAE69: hue angle of 104.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAE69 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 105 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.32 |
| HSL | 104.35º | 0.3% | 0.55% | - |
| HSV(B) | 104.35º | 0.4% | 0.68% | - |
| XYZ | 25.85 | 35.5 | 18.85 | - |
| YUV | 150.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 105 | 0.29 | 0 | 0.40 | 0.32 | 104.35 | 0.3 | 0.55 |
| Hex | 7B | AE | 69 | 1D | 0 | 28 | 20 | 68 | 1E | 37 |
| Octal | 173 | 256 | 151 | 35 | 0 | 50 | 40 | 150 | 36 | 67 |
| Binary | 1111011 | 10101110 | 1101001 | 11101 | 0 | 101000 | 100000 | 1101000 | 11110 | 110111 |
Color Harmonies of #7BAE69
Complementary color
Monochromatic Colors of #7BAE69
Black with #7BAE69
Text Example
Text Example
White with #7BAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE69; }
p { color: rgb(123,174,105); }
H1.HeaderClassName
{
color: #7BAE69;
}
.AnyTagClassName
{
color: #7BAE69;
}
</style>
background-color css
<style>
a { background-color: #7BAE69; }
a { background-color: rgb(123,174,105); }
div.DivClassName
{
background-color: #7BAE69;
}
.BgClassName
{
background-color: #7BAE69;
}
</style>
border-color css
<style>
span { border-color: #7BAE69; }
span { border-color: rgb(123,174,105); }
td.TdClassName
{
border-color: #7BAE69;
}
.TagClassName
{
border-color: #7BAE69;
}
</style>