Shades of Amulet #6F9867
Tints of Amulet #6F9867
RGB
CMYK
RGB Variations
Color information
#6F9867 (or 0x6F9867) is known color: Amulet. HEX triplet: 6F, 98 and 67. RGB value is (111,152,103). Sum of RGB (Red+Green+Blue) = 111+152+103=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9867 is #906798. Grayscale: #868686. Windows color (decimal): -9463705 or 6789231. OLE color: 6789231.
HSL color Cylindrical-coordinate representation of color #6F9867: hue angle of 110.2º 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 #6F9867 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 103 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.40 |
| HSL | 110.2º | 0.19% | 0.5% | - |
| HSV(B) | 110.2º | 0.32% | 0.6% | - |
| XYZ | 20.23 | 26.82 | 16.94 | - |
| YUV | 134.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 103 | 0.27 | 0 | 0.32 | 0.40 | 110.2 | 0.19 | 0.5 |
| Hex | 6F | 98 | 67 | 1B | 0 | 20 | 28 | 6E | 13 | 32 |
| Octal | 157 | 230 | 147 | 33 | 0 | 40 | 50 | 156 | 23 | 62 |
| Binary | 1101111 | 10011000 | 1100111 | 11011 | 0 | 100000 | 101000 | 1101110 | 10011 | 110010 |
Color Harmonies of #6F9867
Complementary color
Monochromatic Colors of #6F9867
Black with #6F9867
Text Example
Text Example
White with #6F9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9867; }
p { color: rgb(111,152,103); }
H1.HeaderClassName
{
color: #6F9867;
}
.AnyTagClassName
{
color: #6F9867;
}
</style>
background-color css
<style>
a { background-color: #6F9867; }
a { background-color: rgb(111,152,103); }
div.DivClassName
{
background-color: #6F9867;
}
.BgClassName
{
background-color: #6F9867;
}
</style>
border-color css
<style>
span { border-color: #6F9867; }
span { border-color: rgb(111,152,103); }
td.TdClassName
{
border-color: #6F9867;
}
.TagClassName
{
border-color: #6F9867;
}
</style>