Shades of Christi #6EA018
Tints of Christi #6EA018
RGB
CMYK
RGB Variations
Color information
#6EA018 (or 0x6EA018) is known color: Christi. HEX triplet: 6E, A0 and 18. RGB value is (110,160,24). Sum of RGB (Red+Green+Blue) = 110+160+24=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA018 is #915FE7. Grayscale: #828282. Windows color (decimal): -9527272 or 1613934. OLE color: 1613934.
HSL color Cylindrical-coordinate representation of color #6EA018: hue angle of 82.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6EA018 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 24 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.37 |
| HSL | 82.06º | 0.74% | 0.36% | - |
| HSV(B) | 82.06º | 0.85% | 0.63% | - |
| XYZ | 19.17 | 28.52 | 5.36 | - |
| YUV | 129.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 24 | 0.31 | 0 | 0.85 | 0.37 | 82.06 | 0.74 | 0.36 |
| Hex | 6E | A0 | 18 | 1F | 0 | 55 | 25 | 52 | 4A | 24 |
| Octal | 156 | 240 | 30 | 37 | 0 | 125 | 45 | 122 | 112 | 44 |
| Binary | 1101110 | 10100000 | 11000 | 11111 | 0 | 1010101 | 100101 | 1010010 | 1001010 | 100100 |
Color Harmonies of #6EA018
Complementary color
Monochromatic Colors of #6EA018
Black with #6EA018
Text Example
Text Example
White with #6EA018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA018; }
p { color: rgb(110,160,24); }
H1.HeaderClassName
{
color: #6EA018;
}
.AnyTagClassName
{
color: #6EA018;
}
</style>
background-color css
<style>
a { background-color: #6EA018; }
a { background-color: rgb(110,160,24); }
div.DivClassName
{
background-color: #6EA018;
}
.BgClassName
{
background-color: #6EA018;
}
</style>
border-color css
<style>
span { border-color: #6EA018; }
span { border-color: rgb(110,160,24); }
td.TdClassName
{
border-color: #6EA018;
}
.TagClassName
{
border-color: #6EA018;
}
</style>