Shades of Amulet #7BAF67
Tints of Amulet #7BAF67
RGB
CMYK
RGB Variations
Color information
#7BAF67 (or 0x7BAF67) is known color: Amulet. HEX triplet: 7B, AF and 67. RGB value is (123,175,103). Sum of RGB (Red+Green+Blue) = 123+175+103=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF67 is #845098. Grayscale: #979797. Windows color (decimal): -8671385 or 6795131. OLE color: 6795131.
HSL color Cylindrical-coordinate representation of color #7BAF67: hue angle of 103.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BAF67 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 103 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.31 |
| HSL | 103.33º | 0.31% | 0.55% | - |
| HSV(B) | 103.33º | 0.41% | 0.69% | - |
| XYZ | 25.95 | 35.85 | 18.38 | - |
| YUV | 151.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 103 | 0.30 | 0 | 0.41 | 0.31 | 103.33 | 0.31 | 0.55 |
| Hex | 7B | AF | 67 | 1E | 0 | 29 | 1F | 67 | 1F | 37 |
| Octal | 173 | 257 | 147 | 36 | 0 | 51 | 37 | 147 | 37 | 67 |
| Binary | 1111011 | 10101111 | 1100111 | 11110 | 0 | 101001 | 11111 | 1100111 | 11111 | 110111 |
Color Harmonies of #7BAF67
Complementary color
Monochromatic Colors of #7BAF67
Black with #7BAF67
Text Example
Text Example
White with #7BAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF67; }
p { color: rgb(123,175,103); }
H1.HeaderClassName
{
color: #7BAF67;
}
.AnyTagClassName
{
color: #7BAF67;
}
</style>
background-color css
<style>
a { background-color: #7BAF67; }
a { background-color: rgb(123,175,103); }
div.DivClassName
{
background-color: #7BAF67;
}
.BgClassName
{
background-color: #7BAF67;
}
</style>
border-color css
<style>
span { border-color: #7BAF67; }
span { border-color: rgb(123,175,103); }
td.TdClassName
{
border-color: #7BAF67;
}
.TagClassName
{
border-color: #7BAF67;
}
</style>