Shades of Christi #6EA00C
Tints of Christi #6EA00C
RGB
CMYK
RGB Variations
Color information
#6EA00C (or 0x6EA00C) is known color: Christi. HEX triplet: 6E, A0 and 0C. RGB value is (110,160,12). Sum of RGB (Red+Green+Blue) = 110+160+12=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA00C is #915FF3. Grayscale: #808080. Windows color (decimal): -9527284 or 827502. OLE color: 827502.
HSL color Cylindrical-coordinate representation of color #6EA00C: hue angle of 80.27º 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 #6EA00C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 12 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.37 |
| HSL | 80.27º | 0.86% | 0.34% | - |
| HSV(B) | 80.27º | 0.93% | 0.63% | - |
| XYZ | 19.07 | 28.48 | 4.84 | - |
| YUV | 128.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 12 | 0.31 | 0 | 0.93 | 0.37 | 80.27 | 0.86 | 0.34 |
| Hex | 6E | A0 | C | 1F | 0 | 5D | 25 | 50 | 56 | 22 |
| Octal | 156 | 240 | 14 | 37 | 0 | 135 | 45 | 120 | 126 | 42 |
| Binary | 1101110 | 10100000 | 1100 | 11111 | 0 | 1011101 | 100101 | 1010000 | 1010110 | 100010 |
Color Harmonies of #6EA00C
Complementary color
Monochromatic Colors of #6EA00C
Black with #6EA00C
Text Example
Text Example
White with #6EA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA00C; }
p { color: rgb(110,160,12); }
H1.HeaderClassName
{
color: #6EA00C;
}
.AnyTagClassName
{
color: #6EA00C;
}
</style>
background-color css
<style>
a { background-color: #6EA00C; }
a { background-color: rgb(110,160,12); }
div.DivClassName
{
background-color: #6EA00C;
}
.BgClassName
{
background-color: #6EA00C;
}
</style>
border-color css
<style>
span { border-color: #6EA00C; }
span { border-color: rgb(110,160,12); }
td.TdClassName
{
border-color: #6EA00C;
}
.TagClassName
{
border-color: #6EA00C;
}
</style>