Shades of Christi #6EA10C
Tints of Christi #6EA10C
RGB
CMYK
RGB Variations
Color information
#6EA10C (or 0x6EA10C) is known color: Christi. HEX triplet: 6E, A1 and 0C. RGB value is (110,161,12). Sum of RGB (Red+Green+Blue) = 110+161+12=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA10C is #915EF3. Grayscale: #818181. Windows color (decimal): -9527028 or 827758. OLE color: 827758.
HSL color Cylindrical-coordinate representation of color #6EA10C: hue angle of 80.54º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EA10C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 161 | 12 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.37 |
| HSL | 80.54º | 0.86% | 0.34% | - |
| HSV(B) | 80.54º | 0.93% | 0.63% | - |
| XYZ | 19.24 | 28.83 | 4.9 | - |
| YUV | 128.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 12 | 0.32 | 0 | 0.93 | 0.37 | 80.54 | 0.86 | 0.34 |
| Hex | 6E | A1 | C | 20 | 0 | 5D | 25 | 51 | 56 | 22 |
| Octal | 156 | 241 | 14 | 40 | 0 | 135 | 45 | 121 | 126 | 42 |
| Binary | 1101110 | 10100001 | 1100 | 100000 | 0 | 1011101 | 100101 | 1010001 | 1010110 | 100010 |
Color Harmonies of #6EA10C
Complementary color
Monochromatic Colors of #6EA10C
Black with #6EA10C
Text Example
Text Example
White with #6EA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA10C; }
p { color: rgb(110,161,12); }
H1.HeaderClassName
{
color: #6EA10C;
}
.AnyTagClassName
{
color: #6EA10C;
}
</style>
background-color css
<style>
a { background-color: #6EA10C; }
a { background-color: rgb(110,161,12); }
div.DivClassName
{
background-color: #6EA10C;
}
.BgClassName
{
background-color: #6EA10C;
}
</style>
border-color css
<style>
span { border-color: #6EA10C; }
span { border-color: rgb(110,161,12); }
td.TdClassName
{
border-color: #6EA10C;
}
.TagClassName
{
border-color: #6EA10C;
}
</style>