Shades of Amulet #6FA46C
Tints of Amulet #6FA46C
RGB
CMYK
RGB Variations
Color information
#6FA46C (or 0x6FA46C) is known color: Amulet. HEX triplet: 6F, A4 and 6C. RGB value is (111,164,108). Sum of RGB (Red+Green+Blue) = 111+164+108=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA46C is #905B93. Grayscale: #8D8D8D. Windows color (decimal): -9460628 or 7119983. OLE color: 7119983.
HSL color Cylindrical-coordinate representation of color #6FA46C: hue angle of 116.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA46C is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 108 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.36 |
| HSL | 116.79º | 0.24% | 0.53% | - |
| HSV(B) | 116.79º | 0.34% | 0.64% | - |
| XYZ | 22.54 | 31.01 | 18.99 | - |
| YUV | 141.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 108 | 0.32 | 0 | 0.34 | 0.36 | 116.79 | 0.24 | 0.53 |
| Hex | 6F | A4 | 6C | 20 | 0 | 22 | 24 | 75 | 18 | 35 |
| Octal | 157 | 244 | 154 | 40 | 0 | 42 | 44 | 165 | 30 | 65 |
| Binary | 1101111 | 10100100 | 1101100 | 100000 | 0 | 100010 | 100100 | 1110101 | 11000 | 110101 |
Color Harmonies of #6FA46C
Complementary color
Monochromatic Colors of #6FA46C
Black with #6FA46C
Text Example
Text Example
White with #6FA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA46C; }
p { color: rgb(111,164,108); }
H1.HeaderClassName
{
color: #6FA46C;
}
.AnyTagClassName
{
color: #6FA46C;
}
</style>
background-color css
<style>
a { background-color: #6FA46C; }
a { background-color: rgb(111,164,108); }
div.DivClassName
{
background-color: #6FA46C;
}
.BgClassName
{
background-color: #6FA46C;
}
</style>
border-color css
<style>
span { border-color: #6FA46C; }
span { border-color: rgb(111,164,108); }
td.TdClassName
{
border-color: #6FA46C;
}
.TagClassName
{
border-color: #6FA46C;
}
</style>