Shades of Amulet #6F9E60
Tints of Amulet #6F9E60
RGB
CMYK
RGB Variations
Color information
#6F9E60 (or 0x6F9E60) is known color: Amulet. HEX triplet: 6F, 9E and 60. RGB value is (111,158,96). Sum of RGB (Red+Green+Blue) = 111+158+96=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #6F9E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9E60 is #90619F. Grayscale: #898989. Windows color (decimal): -9462176 or 6332015. OLE color: 6332015.
HSL color Cylindrical-coordinate representation of color #6F9E60: hue angle of 105.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F9E60 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 158 | 96 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.38 |
| HSL | 105.48º | 0.24% | 0.5% | - |
| HSV(B) | 105.48º | 0.39% | 0.62% | - |
| XYZ | 20.89 | 28.68 | 15.5 | - |
| YUV | 136.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 96 | 0.30 | 0 | 0.39 | 0.38 | 105.48 | 0.24 | 0.5 |
| Hex | 6F | 9E | 60 | 1E | 0 | 27 | 26 | 69 | 18 | 32 |
| Octal | 157 | 236 | 140 | 36 | 0 | 47 | 46 | 151 | 30 | 62 |
| Binary | 1101111 | 10011110 | 1100000 | 11110 | 0 | 100111 | 100110 | 1101001 | 11000 | 110010 |
Color Harmonies of #6F9E60
Complementary color
Monochromatic Colors of #6F9E60
Black with #6F9E60
Text Example
Text Example
White with #6F9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9E60; }
p { color: rgb(111,158,96); }
H1.HeaderClassName
{
color: #6F9E60;
}
.AnyTagClassName
{
color: #6F9E60;
}
</style>
background-color css
<style>
a { background-color: #6F9E60; }
a { background-color: rgb(111,158,96); }
div.DivClassName
{
background-color: #6F9E60;
}
.BgClassName
{
background-color: #6F9E60;
}
</style>
border-color css
<style>
span { border-color: #6F9E60; }
span { border-color: rgb(111,158,96); }
td.TdClassName
{
border-color: #6F9E60;
}
.TagClassName
{
border-color: #6F9E60;
}
</style>