Shades of Amulet #6BA065
Tints of Amulet #6BA065
RGB
CMYK
RGB Variations
Color information
#6BA065 (or 0x6BA065) is known color: Amulet. HEX triplet: 6B, A0 and 65. RGB value is (107,160,101). Sum of RGB (Red+Green+Blue) = 107+160+101=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA065 is #945F9A. Grayscale: #898989. Windows color (decimal): -9723803 or 6660203. OLE color: 6660203.
HSL color Cylindrical-coordinate representation of color #6BA065: hue angle of 113.9º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA065 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 101 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.37 |
| HSL | 113.9º | 0.24% | 0.51% | - |
| HSV(B) | 113.9º | 0.37% | 0.63% | - |
| XYZ | 20.98 | 29.21 | 16.84 | - |
| YUV | 137.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 101 | 0.33 | 0 | 0.37 | 0.37 | 113.9 | 0.24 | 0.51 |
| Hex | 6B | A0 | 65 | 21 | 0 | 25 | 25 | 72 | 18 | 33 |
| Octal | 153 | 240 | 145 | 41 | 0 | 45 | 45 | 162 | 30 | 63 |
| Binary | 1101011 | 10100000 | 1100101 | 100001 | 0 | 100101 | 100101 | 1110010 | 11000 | 110011 |
Color Harmonies of #6BA065
Complementary color
Monochromatic Colors of #6BA065
Black with #6BA065
Text Example
Text Example
White with #6BA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA065; }
p { color: rgb(107,160,101); }
H1.HeaderClassName
{
color: #6BA065;
}
.AnyTagClassName
{
color: #6BA065;
}
</style>
background-color css
<style>
a { background-color: #6BA065; }
a { background-color: rgb(107,160,101); }
div.DivClassName
{
background-color: #6BA065;
}
.BgClassName
{
background-color: #6BA065;
}
</style>
border-color css
<style>
span { border-color: #6BA065; }
span { border-color: rgb(107,160,101); }
td.TdClassName
{
border-color: #6BA065;
}
.TagClassName
{
border-color: #6BA065;
}
</style>