Shades of Amulet #7BAF69
Tints of Amulet #7BAF69
RGB
CMYK
RGB Variations
Color information
#7BAF69 (or 0x7BAF69) is known color: Amulet. HEX triplet: 7B, AF and 69. RGB value is (123,175,105). Sum of RGB (Red+Green+Blue) = 123+175+105=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF69 is #845096. Grayscale: #979797. Windows color (decimal): -8671383 or 6926203. OLE color: 6926203.
HSL color Cylindrical-coordinate representation of color #7BAF69: hue angle of 104.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAF69 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 105 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.31 |
| HSL | 104.57º | 0.3% | 0.55% | - |
| HSV(B) | 104.57º | 0.4% | 0.69% | - |
| XYZ | 26.05 | 35.89 | 18.92 | - |
| YUV | 151.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 105 | 0.30 | 0 | 0.40 | 0.31 | 104.57 | 0.3 | 0.55 |
| Hex | 7B | AF | 69 | 1E | 0 | 28 | 1F | 69 | 1E | 37 |
| Octal | 173 | 257 | 151 | 36 | 0 | 50 | 37 | 151 | 36 | 67 |
| Binary | 1111011 | 10101111 | 1101001 | 11110 | 0 | 101000 | 11111 | 1101001 | 11110 | 110111 |
Color Harmonies of #7BAF69
Complementary color
Monochromatic Colors of #7BAF69
Black with #7BAF69
Text Example
Text Example
White with #7BAF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF69; }
p { color: rgb(123,175,105); }
H1.HeaderClassName
{
color: #7BAF69;
}
.AnyTagClassName
{
color: #7BAF69;
}
</style>
background-color css
<style>
a { background-color: #7BAF69; }
a { background-color: rgb(123,175,105); }
div.DivClassName
{
background-color: #7BAF69;
}
.BgClassName
{
background-color: #7BAF69;
}
</style>
border-color css
<style>
span { border-color: #7BAF69; }
span { border-color: rgb(123,175,105); }
td.TdClassName
{
border-color: #7BAF69;
}
.TagClassName
{
border-color: #7BAF69;
}
</style>