Shades of Amulet #6FA068
Tints of Amulet #6FA068
RGB
CMYK
RGB Variations
Color information
#6FA068 (or 0x6FA068) is known color: Amulet. HEX triplet: 6F, A0 and 68. RGB value is (111,160,104). Sum of RGB (Red+Green+Blue) = 111+160+104=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA068 is #905F97. Grayscale: #8B8B8B. Windows color (decimal): -9461656 or 6856815. OLE color: 6856815.
HSL color Cylindrical-coordinate representation of color #6FA068: hue angle of 112.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FA068 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 104 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.37 |
| HSL | 112.5º | 0.23% | 0.52% | - |
| HSV(B) | 112.5º | 0.35% | 0.63% | - |
| XYZ | 21.63 | 29.52 | 17.65 | - |
| YUV | 138.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 104 | 0.31 | 0 | 0.35 | 0.37 | 112.5 | 0.23 | 0.52 |
| Hex | 6F | A0 | 68 | 1F | 0 | 23 | 25 | 70 | 17 | 34 |
| Octal | 157 | 240 | 150 | 37 | 0 | 43 | 45 | 160 | 27 | 64 |
| Binary | 1101111 | 10100000 | 1101000 | 11111 | 0 | 100011 | 100101 | 1110000 | 10111 | 110100 |
Color Harmonies of #6FA068
Complementary color
Monochromatic Colors of #6FA068
Black with #6FA068
Text Example
Text Example
White with #6FA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA068; }
p { color: rgb(111,160,104); }
H1.HeaderClassName
{
color: #6FA068;
}
.AnyTagClassName
{
color: #6FA068;
}
</style>
background-color css
<style>
a { background-color: #6FA068; }
a { background-color: rgb(111,160,104); }
div.DivClassName
{
background-color: #6FA068;
}
.BgClassName
{
background-color: #6FA068;
}
</style>
border-color css
<style>
span { border-color: #6FA068; }
span { border-color: rgb(111,160,104); }
td.TdClassName
{
border-color: #6FA068;
}
.TagClassName
{
border-color: #6FA068;
}
</style>