Shades of Amulet #6FA960
Tints of Amulet #6FA960
RGB
CMYK
RGB Variations
Color information
#6FA960 (or 0x6FA960) is known color: Amulet. HEX triplet: 6F, A9 and 60. RGB value is (111,169,96). Sum of RGB (Red+Green+Blue) = 111+169+96=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA960 is #90569F. Grayscale: #8F8F8F. Windows color (decimal): -9459360 or 6334831. OLE color: 6334831.
HSL color Cylindrical-coordinate representation of color #6FA960: hue angle of 107.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FA960 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 96 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.34 |
| HSL | 107.67º | 0.3% | 0.52% | - |
| HSV(B) | 107.67º | 0.43% | 0.66% | - |
| XYZ | 22.85 | 32.6 | 16.15 | - |
| YUV | 143.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 96 | 0.34 | 0 | 0.43 | 0.34 | 107.67 | 0.3 | 0.52 |
| Hex | 6F | A9 | 60 | 22 | 0 | 2B | 22 | 6C | 1E | 34 |
| Octal | 157 | 251 | 140 | 42 | 0 | 53 | 42 | 154 | 36 | 64 |
| Binary | 1101111 | 10101001 | 1100000 | 100010 | 0 | 101011 | 100010 | 1101100 | 11110 | 110100 |
Color Harmonies of #6FA960
Complementary color
Monochromatic Colors of #6FA960
Black with #6FA960
Text Example
Text Example
White with #6FA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA960; }
p { color: rgb(111,169,96); }
H1.HeaderClassName
{
color: #6FA960;
}
.AnyTagClassName
{
color: #6FA960;
}
</style>
background-color css
<style>
a { background-color: #6FA960; }
a { background-color: rgb(111,169,96); }
div.DivClassName
{
background-color: #6FA960;
}
.BgClassName
{
background-color: #6FA960;
}
</style>
border-color css
<style>
span { border-color: #6FA960; }
span { border-color: rgb(111,169,96); }
td.TdClassName
{
border-color: #6FA960;
}
.TagClassName
{
border-color: #6FA960;
}
</style>