Shades of Christi #6EBA10
Tints of Christi #6EBA10
RGB
CMYK
RGB Variations
Color information
#6EBA10 (or 0x6EBA10) is known color: Christi. HEX triplet: 6E, BA and 10. RGB value is (110,186,16). Sum of RGB (Red+Green+Blue) = 110+186+16=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBA10 is #9145EF. Grayscale: #909090. Windows color (decimal): -9520624 or 1096302. OLE color: 1096302.
HSL color Cylindrical-coordinate representation of color #6EBA10: hue angle of 86.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EBA10 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 16 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.27 |
| HSL | 86.82º | 0.84% | 0.4% | - |
| HSV(B) | 86.82º | 0.91% | 0.73% | - |
| XYZ | 24.08 | 38.47 | 6.65 | - |
| YUV | 143.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 16 | 0.41 | 0 | 0.91 | 0.27 | 86.82 | 0.84 | 0.4 |
| Hex | 6E | BA | 10 | 29 | 0 | 5B | 1B | 57 | 54 | 28 |
| Octal | 156 | 272 | 20 | 51 | 0 | 133 | 33 | 127 | 124 | 50 |
| Binary | 1101110 | 10111010 | 10000 | 101001 | 0 | 1011011 | 11011 | 1010111 | 1010100 | 101000 |
Color Harmonies of #6EBA10
Complementary color
Monochromatic Colors of #6EBA10
Black with #6EBA10
Text Example
Text Example
White with #6EBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA10; }
p { color: rgb(110,186,16); }
H1.HeaderClassName
{
color: #6EBA10;
}
.AnyTagClassName
{
color: #6EBA10;
}
</style>
background-color css
<style>
a { background-color: #6EBA10; }
a { background-color: rgb(110,186,16); }
div.DivClassName
{
background-color: #6EBA10;
}
.BgClassName
{
background-color: #6EBA10;
}
</style>
border-color css
<style>
span { border-color: #6EBA10; }
span { border-color: rgb(110,186,16); }
td.TdClassName
{
border-color: #6EBA10;
}
.TagClassName
{
border-color: #6EBA10;
}
</style>