Shades of Amulet #6BA260
Tints of Amulet #6BA260
RGB
CMYK
RGB Variations
Color information
#6BA260 (or 0x6BA260) is known color: Amulet. HEX triplet: 6B, A2 and 60. RGB value is (107,162,96). Sum of RGB (Red+Green+Blue) = 107+162+96=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA260 is #945D9F. Grayscale: #8A8A8A. Windows color (decimal): -9723296 or 6333035. OLE color: 6333035.
HSL color Cylindrical-coordinate representation of color #6BA260: hue angle of 110º degrees, saturation: 0.26, 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 #6BA260 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 96 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.36 |
| HSL | 110º | 0.26% | 0.51% | - |
| HSV(B) | 110º | 0.41% | 0.64% | - |
| XYZ | 21.1 | 29.81 | 15.71 | - |
| YUV | 138.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 96 | 0.34 | 0 | 0.41 | 0.36 | 110 | 0.26 | 0.51 |
| Hex | 6B | A2 | 60 | 22 | 0 | 29 | 24 | 6E | 1A | 33 |
| Octal | 153 | 242 | 140 | 42 | 0 | 51 | 44 | 156 | 32 | 63 |
| Binary | 1101011 | 10100010 | 1100000 | 100010 | 0 | 101001 | 100100 | 1101110 | 11010 | 110011 |
Color Harmonies of #6BA260
Complementary color
Monochromatic Colors of #6BA260
Black with #6BA260
Text Example
Text Example
White with #6BA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA260; }
p { color: rgb(107,162,96); }
H1.HeaderClassName
{
color: #6BA260;
}
.AnyTagClassName
{
color: #6BA260;
}
</style>
background-color css
<style>
a { background-color: #6BA260; }
a { background-color: rgb(107,162,96); }
div.DivClassName
{
background-color: #6BA260;
}
.BgClassName
{
background-color: #6BA260;
}
</style>
border-color css
<style>
span { border-color: #6BA260; }
span { border-color: rgb(107,162,96); }
td.TdClassName
{
border-color: #6BA260;
}
.TagClassName
{
border-color: #6BA260;
}
</style>