Shades of Amulet #6BA460
Tints of Amulet #6BA460
RGB
CMYK
RGB Variations
Color information
#6BA460 (or 0x6BA460) is known color: Amulet. HEX triplet: 6B, A4 and 60. RGB value is (107,164,96). Sum of RGB (Red+Green+Blue) = 107+164+96=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA460 is #945B9F. Grayscale: #8B8B8B. Windows color (decimal): -9722784 or 6333547. OLE color: 6333547.
HSL color Cylindrical-coordinate representation of color #6BA460: hue angle of 110.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BA460 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 96 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.36 |
| HSL | 110.29º | 0.27% | 0.51% | - |
| HSV(B) | 110.29º | 0.41% | 0.64% | - |
| XYZ | 21.45 | 30.52 | 15.83 | - |
| YUV | 139.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 96 | 0.35 | 0 | 0.41 | 0.36 | 110.29 | 0.27 | 0.51 |
| Hex | 6B | A4 | 60 | 23 | 0 | 29 | 24 | 6E | 1B | 33 |
| Octal | 153 | 244 | 140 | 43 | 0 | 51 | 44 | 156 | 33 | 63 |
| Binary | 1101011 | 10100100 | 1100000 | 100011 | 0 | 101001 | 100100 | 1101110 | 11011 | 110011 |
Color Harmonies of #6BA460
Complementary color
Monochromatic Colors of #6BA460
Black with #6BA460
Text Example
Text Example
White with #6BA460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA460; }
p { color: rgb(107,164,96); }
H1.HeaderClassName
{
color: #6BA460;
}
.AnyTagClassName
{
color: #6BA460;
}
</style>
background-color css
<style>
a { background-color: #6BA460; }
a { background-color: rgb(107,164,96); }
div.DivClassName
{
background-color: #6BA460;
}
.BgClassName
{
background-color: #6BA460;
}
</style>
border-color css
<style>
span { border-color: #6BA460; }
span { border-color: rgb(107,164,96); }
td.TdClassName
{
border-color: #6BA460;
}
.TagClassName
{
border-color: #6BA460;
}
</style>