Shades of Amulet #6F9F66
Tints of Amulet #6F9F66
RGB
CMYK
RGB Variations
Color information
#6F9F66 (or 0x6F9F66) is known color: Amulet. HEX triplet: 6F, 9F and 66. RGB value is (111,159,102). Sum of RGB (Red+Green+Blue) = 111+159+102=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F66 is #906099. Grayscale: #8A8A8A. Windows color (decimal): -9461914 or 6725487. OLE color: 6725487.
HSL color Cylindrical-coordinate representation of color #6F9F66: hue angle of 110.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F9F66 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 102 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.38 |
| HSL | 110.53º | 0.23% | 0.51% | - |
| HSV(B) | 110.53º | 0.36% | 0.62% | - |
| XYZ | 21.35 | 29.14 | 17.07 | - |
| YUV | 138.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 102 | 0.30 | 0 | 0.36 | 0.38 | 110.53 | 0.23 | 0.51 |
| Hex | 6F | 9F | 66 | 1E | 0 | 24 | 26 | 6F | 17 | 33 |
| Octal | 157 | 237 | 146 | 36 | 0 | 44 | 46 | 157 | 27 | 63 |
| Binary | 1101111 | 10011111 | 1100110 | 11110 | 0 | 100100 | 100110 | 1101111 | 10111 | 110011 |
Color Harmonies of #6F9F66
Complementary color
Monochromatic Colors of #6F9F66
Black with #6F9F66
Text Example
Text Example
White with #6F9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F66; }
p { color: rgb(111,159,102); }
H1.HeaderClassName
{
color: #6F9F66;
}
.AnyTagClassName
{
color: #6F9F66;
}
</style>
background-color css
<style>
a { background-color: #6F9F66; }
a { background-color: rgb(111,159,102); }
div.DivClassName
{
background-color: #6F9F66;
}
.BgClassName
{
background-color: #6F9F66;
}
</style>
border-color css
<style>
span { border-color: #6F9F66; }
span { border-color: rgb(111,159,102); }
td.TdClassName
{
border-color: #6F9F66;
}
.TagClassName
{
border-color: #6F9F66;
}
</style>