Shades of Amulet #6BA861
Tints of Amulet #6BA861
RGB
CMYK
RGB Variations
Color information
#6BA861 (or 0x6BA861) is known color: Amulet. HEX triplet: 6B, A8 and 61. RGB value is (107,168,97). Sum of RGB (Red+Green+Blue) = 107+168+97=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA861 is #94579E. Grayscale: #8D8D8D. Windows color (decimal): -9721759 or 6400107. OLE color: 6400107.
HSL color Cylindrical-coordinate representation of color #6BA861: hue angle of 111.55º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA861 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 97 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.34 |
| HSL | 111.55º | 0.29% | 0.52% | - |
| HSV(B) | 111.55º | 0.42% | 0.66% | - |
| XYZ | 22.22 | 31.99 | 16.31 | - |
| YUV | 141.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 97 | 0.36 | 0 | 0.42 | 0.34 | 111.55 | 0.29 | 0.52 |
| Hex | 6B | A8 | 61 | 24 | 0 | 2A | 22 | 70 | 1D | 34 |
| Octal | 153 | 250 | 141 | 44 | 0 | 52 | 42 | 160 | 35 | 64 |
| Binary | 1101011 | 10101000 | 1100001 | 100100 | 0 | 101010 | 100010 | 1110000 | 11101 | 110100 |
Color Harmonies of #6BA861
Complementary color
Monochromatic Colors of #6BA861
Black with #6BA861
Text Example
Text Example
White with #6BA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA861; }
p { color: rgb(107,168,97); }
H1.HeaderClassName
{
color: #6BA861;
}
.AnyTagClassName
{
color: #6BA861;
}
</style>
background-color css
<style>
a { background-color: #6BA861; }
a { background-color: rgb(107,168,97); }
div.DivClassName
{
background-color: #6BA861;
}
.BgClassName
{
background-color: #6BA861;
}
</style>
border-color css
<style>
span { border-color: #6BA861; }
span { border-color: rgb(107,168,97); }
td.TdClassName
{
border-color: #6BA861;
}
.TagClassName
{
border-color: #6BA861;
}
</style>