Shades of Amulet #6FA769
Tints of Amulet #6FA769
RGB
CMYK
RGB Variations
Color information
#6FA769 (or 0x6FA769) is known color: Amulet. HEX triplet: 6F, A7 and 69. RGB value is (111,167,105). Sum of RGB (Red+Green+Blue) = 111+167+105=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA769 is #905896. Grayscale: #8F8F8F. Windows color (decimal): -9459863 or 6924143. OLE color: 6924143.
HSL color Cylindrical-coordinate representation of color #6FA769: hue angle of 114.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FA769 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 105 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.35 |
| HSL | 114.19º | 0.26% | 0.53% | - |
| HSV(B) | 114.19º | 0.37% | 0.65% | - |
| XYZ | 22.92 | 32.04 | 18.34 | - |
| YUV | 143.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 105 | 0.34 | 0 | 0.37 | 0.35 | 114.19 | 0.26 | 0.53 |
| Hex | 6F | A7 | 69 | 22 | 0 | 25 | 23 | 72 | 1A | 35 |
| Octal | 157 | 247 | 151 | 42 | 0 | 45 | 43 | 162 | 32 | 65 |
| Binary | 1101111 | 10100111 | 1101001 | 100010 | 0 | 100101 | 100011 | 1110010 | 11010 | 110101 |
Color Harmonies of #6FA769
Complementary color
Monochromatic Colors of #6FA769
Black with #6FA769
Text Example
Text Example
White with #6FA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA769; }
p { color: rgb(111,167,105); }
H1.HeaderClassName
{
color: #6FA769;
}
.AnyTagClassName
{
color: #6FA769;
}
</style>
background-color css
<style>
a { background-color: #6FA769; }
a { background-color: rgb(111,167,105); }
div.DivClassName
{
background-color: #6FA769;
}
.BgClassName
{
background-color: #6FA769;
}
</style>
border-color css
<style>
span { border-color: #6FA769; }
span { border-color: rgb(111,167,105); }
td.TdClassName
{
border-color: #6FA769;
}
.TagClassName
{
border-color: #6FA769;
}
</style>