Shades of Amulet #6F9968
Tints of Amulet #6F9968
RGB
CMYK
RGB Variations
Color information
#6F9968 (or 0x6F9968) is known color: Amulet. HEX triplet: 6F, 99 and 68. RGB value is (111,153,104). Sum of RGB (Red+Green+Blue) = 111+153+104=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9968 is #906697. Grayscale: #878787. Windows color (decimal): -9463448 or 6855023. OLE color: 6855023.
HSL color Cylindrical-coordinate representation of color #6F9968: hue angle of 111.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F9968 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 104 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.4 |
| HSL | 111.43º | 0.19% | 0.5% | - |
| HSV(B) | 111.43º | 0.32% | 0.6% | - |
| XYZ | 20.45 | 27.16 | 17.26 | - |
| YUV | 134.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 104 | 0.27 | 0 | 0.32 | 0.4 | 111.43 | 0.19 | 0.5 |
| Hex | 6F | 99 | 68 | 1B | 0 | 20 | 28 | 6F | 13 | 32 |
| Octal | 157 | 231 | 150 | 33 | 0 | 40 | 50 | 157 | 23 | 62 |
| Binary | 1101111 | 10011001 | 1101000 | 11011 | 0 | 100000 | 101000 | 1101111 | 10011 | 110010 |
Color Harmonies of #6F9968
Complementary color
Monochromatic Colors of #6F9968
Black with #6F9968
Text Example
Text Example
White with #6F9968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9968; }
p { color: rgb(111,153,104); }
H1.HeaderClassName
{
color: #6F9968;
}
.AnyTagClassName
{
color: #6F9968;
}
</style>
background-color css
<style>
a { background-color: #6F9968; }
a { background-color: rgb(111,153,104); }
div.DivClassName
{
background-color: #6F9968;
}
.BgClassName
{
background-color: #6F9968;
}
</style>
border-color css
<style>
span { border-color: #6F9968; }
span { border-color: rgb(111,153,104); }
td.TdClassName
{
border-color: #6F9968;
}
.TagClassName
{
border-color: #6F9968;
}
</style>