Shades of Amulet #6FAA68
Tints of Amulet #6FAA68
RGB
CMYK
RGB Variations
Color information
#6FAA68 (or 0x6FAA68) is known color: Amulet. HEX triplet: 6F, AA and 68. RGB value is (111,170,104). Sum of RGB (Red+Green+Blue) = 111+170+104=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA68 is #905597. Grayscale: #919191. Windows color (decimal): -9459096 or 6859375. OLE color: 6859375.
HSL color Cylindrical-coordinate representation of color #6FAA68: hue angle of 113.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FAA68 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 104 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.33 |
| HSL | 113.64º | 0.28% | 0.54% | - |
| HSV(B) | 113.64º | 0.39% | 0.67% | - |
| XYZ | 23.43 | 33.13 | 18.26 | - |
| YUV | 144.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 104 | 0.35 | 0 | 0.39 | 0.33 | 113.64 | 0.28 | 0.54 |
| Hex | 6F | AA | 68 | 23 | 0 | 27 | 21 | 72 | 1C | 36 |
| Octal | 157 | 252 | 150 | 43 | 0 | 47 | 41 | 162 | 34 | 66 |
| Binary | 1101111 | 10101010 | 1101000 | 100011 | 0 | 100111 | 100001 | 1110010 | 11100 | 110110 |
Color Harmonies of #6FAA68
Complementary color
Monochromatic Colors of #6FAA68
Black with #6FAA68
Text Example
Text Example
White with #6FAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA68; }
p { color: rgb(111,170,104); }
H1.HeaderClassName
{
color: #6FAA68;
}
.AnyTagClassName
{
color: #6FAA68;
}
</style>
background-color css
<style>
a { background-color: #6FAA68; }
a { background-color: rgb(111,170,104); }
div.DivClassName
{
background-color: #6FAA68;
}
.BgClassName
{
background-color: #6FAA68;
}
</style>
border-color css
<style>
span { border-color: #6FAA68; }
span { border-color: rgb(111,170,104); }
td.TdClassName
{
border-color: #6FAA68;
}
.TagClassName
{
border-color: #6FAA68;
}
</style>