Shades of Amulet #6FA563
Tints of Amulet #6FA563
RGB
CMYK
RGB Variations
Color information
#6FA563 (or 0x6FA563) is known color: Amulet. HEX triplet: 6F, A5 and 63. RGB value is (111,165,99). Sum of RGB (Red+Green+Blue) = 111+165+99=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA563 is #905A9C. Grayscale: #8D8D8D. Windows color (decimal): -9460381 or 6530415. OLE color: 6530415.
HSL color Cylindrical-coordinate representation of color #6FA563: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FA563 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 99 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.35 |
| HSL | 109.09º | 0.27% | 0.52% | - |
| HSV(B) | 109.09º | 0.4% | 0.65% | - |
| XYZ | 22.26 | 31.19 | 16.65 | - |
| YUV | 141.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 99 | 0.33 | 0 | 0.40 | 0.35 | 109.09 | 0.27 | 0.52 |
| Hex | 6F | A5 | 63 | 21 | 0 | 28 | 23 | 6D | 1B | 34 |
| Octal | 157 | 245 | 143 | 41 | 0 | 50 | 43 | 155 | 33 | 64 |
| Binary | 1101111 | 10100101 | 1100011 | 100001 | 0 | 101000 | 100011 | 1101101 | 11011 | 110100 |
Color Harmonies of #6FA563
Complementary color
Monochromatic Colors of #6FA563
Black with #6FA563
Text Example
Text Example
White with #6FA563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA563; }
p { color: rgb(111,165,99); }
H1.HeaderClassName
{
color: #6FA563;
}
.AnyTagClassName
{
color: #6FA563;
}
</style>
background-color css
<style>
a { background-color: #6FA563; }
a { background-color: rgb(111,165,99); }
div.DivClassName
{
background-color: #6FA563;
}
.BgClassName
{
background-color: #6FA563;
}
</style>
border-color css
<style>
span { border-color: #6FA563; }
span { border-color: rgb(111,165,99); }
td.TdClassName
{
border-color: #6FA563;
}
.TagClassName
{
border-color: #6FA563;
}
</style>