Shades of Amulet #6F9869
Tints of Amulet #6F9869
RGB
CMYK
RGB Variations
Color information
#6F9869 (or 0x6F9869) is known color: Amulet. HEX triplet: 6F, 98 and 69. RGB value is (111,152,105). Sum of RGB (Red+Green+Blue) = 111+152+105=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9869 is #906796. Grayscale: #868686. Windows color (decimal): -9463703 or 6920303. OLE color: 6920303.
HSL color Cylindrical-coordinate representation of color #6F9869: hue angle of 112.34º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F9869 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 105 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.40 |
| HSL | 112.34º | 0.19% | 0.5% | - |
| HSV(B) | 112.34º | 0.31% | 0.6% | - |
| XYZ | 20.33 | 26.86 | 17.48 | - |
| YUV | 134.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 105 | 0.27 | 0 | 0.31 | 0.40 | 112.34 | 0.19 | 0.5 |
| Hex | 6F | 98 | 69 | 1B | 0 | 1F | 28 | 70 | 13 | 32 |
| Octal | 157 | 230 | 151 | 33 | 0 | 37 | 50 | 160 | 23 | 62 |
| Binary | 1101111 | 10011000 | 1101001 | 11011 | 0 | 11111 | 101000 | 1110000 | 10011 | 110010 |
Color Harmonies of #6F9869
Complementary color
Monochromatic Colors of #6F9869
Black with #6F9869
Text Example
Text Example
White with #6F9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9869; }
p { color: rgb(111,152,105); }
H1.HeaderClassName
{
color: #6F9869;
}
.AnyTagClassName
{
color: #6F9869;
}
</style>
background-color css
<style>
a { background-color: #6F9869; }
a { background-color: rgb(111,152,105); }
div.DivClassName
{
background-color: #6F9869;
}
.BgClassName
{
background-color: #6F9869;
}
</style>
border-color css
<style>
span { border-color: #6F9869; }
span { border-color: rgb(111,152,105); }
td.TdClassName
{
border-color: #6F9869;
}
.TagClassName
{
border-color: #6F9869;
}
</style>