Shades of Amulet #6BA560
Tints of Amulet #6BA560
RGB
CMYK
RGB Variations
Color information
#6BA560 (or 0x6BA560) is known color: Amulet. HEX triplet: 6B, A5 and 60. RGB value is (107,165,96). Sum of RGB (Red+Green+Blue) = 107+165+96=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA560 is #945A9F. Grayscale: #8C8C8C. Windows color (decimal): -9722528 or 6333803. OLE color: 6333803.
HSL color Cylindrical-coordinate representation of color #6BA560: hue angle of 110.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA560 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 96 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.35 |
| HSL | 110.43º | 0.28% | 0.51% | - |
| HSV(B) | 110.43º | 0.42% | 0.65% | - |
| XYZ | 21.63 | 30.88 | 15.89 | - |
| YUV | 139.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 96 | 0.35 | 0 | 0.42 | 0.35 | 110.43 | 0.28 | 0.51 |
| Hex | 6B | A5 | 60 | 23 | 0 | 2A | 23 | 6E | 1C | 33 |
| Octal | 153 | 245 | 140 | 43 | 0 | 52 | 43 | 156 | 34 | 63 |
| Binary | 1101011 | 10100101 | 1100000 | 100011 | 0 | 101010 | 100011 | 1101110 | 11100 | 110011 |
Color Harmonies of #6BA560
Complementary color
Monochromatic Colors of #6BA560
Black with #6BA560
Text Example
Text Example
White with #6BA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA560; }
p { color: rgb(107,165,96); }
H1.HeaderClassName
{
color: #6BA560;
}
.AnyTagClassName
{
color: #6BA560;
}
</style>
background-color css
<style>
a { background-color: #6BA560; }
a { background-color: rgb(107,165,96); }
div.DivClassName
{
background-color: #6BA560;
}
.BgClassName
{
background-color: #6BA560;
}
</style>
border-color css
<style>
span { border-color: #6BA560; }
span { border-color: rgb(107,165,96); }
td.TdClassName
{
border-color: #6BA560;
}
.TagClassName
{
border-color: #6BA560;
}
</style>