Shades of Christi #6EA110
Tints of Christi #6EA110
RGB
CMYK
RGB Variations
Color information
#6EA110 (or 0x6EA110) is known color: Christi. HEX triplet: 6E, A1 and 10. RGB value is (110,161,16). Sum of RGB (Red+Green+Blue) = 110+161+16=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA110 is #915EEF. Grayscale: #818181. Windows color (decimal): -9527024 or 1089902. OLE color: 1089902.
HSL color Cylindrical-coordinate representation of color #6EA110: hue angle of 81.1º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EA110 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 161 | 16 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.37 |
| HSL | 81.1º | 0.82% | 0.35% | - |
| HSV(B) | 81.1º | 0.9% | 0.63% | - |
| XYZ | 19.27 | 28.84 | 5.04 | - |
| YUV | 129.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 16 | 0.32 | 0 | 0.90 | 0.37 | 81.1 | 0.82 | 0.35 |
| Hex | 6E | A1 | 10 | 20 | 0 | 5A | 25 | 51 | 52 | 23 |
| Octal | 156 | 241 | 20 | 40 | 0 | 132 | 45 | 121 | 122 | 43 |
| Binary | 1101110 | 10100001 | 10000 | 100000 | 0 | 1011010 | 100101 | 1010001 | 1010010 | 100011 |
Color Harmonies of #6EA110
Complementary color
Monochromatic Colors of #6EA110
Black with #6EA110
Text Example
Text Example
White with #6EA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA110; }
p { color: rgb(110,161,16); }
H1.HeaderClassName
{
color: #6EA110;
}
.AnyTagClassName
{
color: #6EA110;
}
</style>
background-color css
<style>
a { background-color: #6EA110; }
a { background-color: rgb(110,161,16); }
div.DivClassName
{
background-color: #6EA110;
}
.BgClassName
{
background-color: #6EA110;
}
</style>
border-color css
<style>
span { border-color: #6EA110; }
span { border-color: rgb(110,161,16); }
td.TdClassName
{
border-color: #6EA110;
}
.TagClassName
{
border-color: #6EA110;
}
</style>