Shades of Amulet #6EA269
Tints of Amulet #6EA269
RGB
CMYK
RGB Variations
Color information
#6EA269 (or 0x6EA269) is known color: Amulet. HEX triplet: 6E, A2 and 69. RGB value is (110,162,105). Sum of RGB (Red+Green+Blue) = 110+162+105=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA269 is #915D96. Grayscale: #8C8C8C. Windows color (decimal): -9526679 or 6922862. OLE color: 6922862.
HSL color Cylindrical-coordinate representation of color #6EA269: hue angle of 114.74º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA269 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 105 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.36 |
| HSL | 114.74º | 0.23% | 0.52% | - |
| HSV(B) | 114.74º | 0.35% | 0.64% | - |
| XYZ | 21.9 | 30.18 | 18.03 | - |
| YUV | 139.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 105 | 0.32 | 0 | 0.35 | 0.36 | 114.74 | 0.23 | 0.52 |
| Hex | 6E | A2 | 69 | 20 | 0 | 23 | 24 | 73 | 17 | 34 |
| Octal | 156 | 242 | 151 | 40 | 0 | 43 | 44 | 163 | 27 | 64 |
| Binary | 1101110 | 10100010 | 1101001 | 100000 | 0 | 100011 | 100100 | 1110011 | 10111 | 110100 |
Color Harmonies of #6EA269
Complementary color
Monochromatic Colors of #6EA269
Black with #6EA269
Text Example
Text Example
White with #6EA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA269; }
p { color: rgb(110,162,105); }
H1.HeaderClassName
{
color: #6EA269;
}
.AnyTagClassName
{
color: #6EA269;
}
</style>
background-color css
<style>
a { background-color: #6EA269; }
a { background-color: rgb(110,162,105); }
div.DivClassName
{
background-color: #6EA269;
}
.BgClassName
{
background-color: #6EA269;
}
</style>
border-color css
<style>
span { border-color: #6EA269; }
span { border-color: rgb(110,162,105); }
td.TdClassName
{
border-color: #6EA269;
}
.TagClassName
{
border-color: #6EA269;
}
</style>