Shades of Amulet #6FA665
Tints of Amulet #6FA665
RGB
CMYK
RGB Variations
Color information
#6FA665 (or 0x6FA665) is known color: Amulet. HEX triplet: 6F, A6 and 65. RGB value is (111,166,101). Sum of RGB (Red+Green+Blue) = 111+166+101=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA665 is #90599A. Grayscale: #8E8E8E. Windows color (decimal): -9460123 or 6661743. OLE color: 6661743.
HSL color Cylindrical-coordinate representation of color #6FA665: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FA665 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 101 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.35 |
| HSL | 110.77º | 0.27% | 0.52% | - |
| HSV(B) | 110.77º | 0.39% | 0.65% | - |
| XYZ | 22.54 | 31.59 | 17.22 | - |
| YUV | 142.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 101 | 0.33 | 0 | 0.39 | 0.35 | 110.77 | 0.27 | 0.52 |
| Hex | 6F | A6 | 65 | 21 | 0 | 27 | 23 | 6F | 1B | 34 |
| Octal | 157 | 246 | 145 | 41 | 0 | 47 | 43 | 157 | 33 | 64 |
| Binary | 1101111 | 10100110 | 1100101 | 100001 | 0 | 100111 | 100011 | 1101111 | 11011 | 110100 |
Color Harmonies of #6FA665
Complementary color
Monochromatic Colors of #6FA665
Black with #6FA665
Text Example
Text Example
White with #6FA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA665; }
p { color: rgb(111,166,101); }
H1.HeaderClassName
{
color: #6FA665;
}
.AnyTagClassName
{
color: #6FA665;
}
</style>
background-color css
<style>
a { background-color: #6FA665; }
a { background-color: rgb(111,166,101); }
div.DivClassName
{
background-color: #6FA665;
}
.BgClassName
{
background-color: #6FA665;
}
</style>
border-color css
<style>
span { border-color: #6FA665; }
span { border-color: rgb(111,166,101); }
td.TdClassName
{
border-color: #6FA665;
}
.TagClassName
{
border-color: #6FA665;
}
</style>