Shades of Amulet #6D9A67
Tints of Amulet #6D9A67
RGB
CMYK
RGB Variations
Color information
#6D9A67 (or 0x6D9A67) is known color: Amulet. HEX triplet: 6D, 9A and 67. RGB value is (109,154,103). Sum of RGB (Red+Green+Blue) = 109+154+103=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9A67 is #926598. Grayscale: #868686. Windows color (decimal): -9594265 or 6789741. OLE color: 6789741.
HSL color Cylindrical-coordinate representation of color #6D9A67: hue angle of 112.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D9A67 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 103 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.40 |
| HSL | 112.94º | 0.2% | 0.5% | - |
| HSV(B) | 112.94º | 0.33% | 0.6% | - |
| XYZ | 20.31 | 27.34 | 17.04 | - |
| YUV | 134.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 103 | 0.29 | 0 | 0.33 | 0.40 | 112.94 | 0.2 | 0.5 |
| Hex | 6D | 9A | 67 | 1D | 0 | 21 | 28 | 71 | 14 | 32 |
| Octal | 155 | 232 | 147 | 35 | 0 | 41 | 50 | 161 | 24 | 62 |
| Binary | 1101101 | 10011010 | 1100111 | 11101 | 0 | 100001 | 101000 | 1110001 | 10100 | 110010 |
Color Harmonies of #6D9A67
Complementary color
Monochromatic Colors of #6D9A67
Black with #6D9A67
Text Example
Text Example
White with #6D9A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A67; }
p { color: rgb(109,154,103); }
H1.HeaderClassName
{
color: #6D9A67;
}
.AnyTagClassName
{
color: #6D9A67;
}
</style>
background-color css
<style>
a { background-color: #6D9A67; }
a { background-color: rgb(109,154,103); }
div.DivClassName
{
background-color: #6D9A67;
}
.BgClassName
{
background-color: #6D9A67;
}
</style>
border-color css
<style>
span { border-color: #6D9A67; }
span { border-color: rgb(109,154,103); }
td.TdClassName
{
border-color: #6D9A67;
}
.TagClassName
{
border-color: #6D9A67;
}
</style>