Shades of Christi #6EBA0D
Tints of Christi #6EBA0D
RGB
CMYK
RGB Variations
Color information
#6EBA0D (or 0x6EBA0D) is known color: Christi. HEX triplet: 6E, BA and 0D. RGB value is (110,186,13). Sum of RGB (Red+Green+Blue) = 110+186+13=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBA0D is #9145F2. Grayscale: #909090. Windows color (decimal): -9520627 or 899694. OLE color: 899694.
HSL color Cylindrical-coordinate representation of color #6EBA0D: hue angle of 86.36º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EBA0D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 13 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.27 |
| HSL | 86.36º | 0.87% | 0.39% | - |
| HSV(B) | 86.36º | 0.93% | 0.73% | - |
| XYZ | 24.06 | 38.46 | 6.54 | - |
| YUV | 143.55 | 54.32 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 13 | 0.41 | 0 | 0.93 | 0.27 | 86.36 | 0.87 | 0.39 |
| Hex | 6E | BA | D | 29 | 0 | 5D | 1B | 56 | 57 | 27 |
| Octal | 156 | 272 | 15 | 51 | 0 | 135 | 33 | 126 | 127 | 47 |
| Binary | 1101110 | 10111010 | 1101 | 101001 | 0 | 1011101 | 11011 | 1010110 | 1010111 | 100111 |
Color Harmonies of #6EBA0D
Complementary color
Monochromatic Colors of #6EBA0D
Black with #6EBA0D
Text Example
Text Example
White with #6EBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA0D; }
p { color: rgb(110,186,13); }
H1.HeaderClassName
{
color: #6EBA0D;
}
.AnyTagClassName
{
color: #6EBA0D;
}
</style>
background-color css
<style>
a { background-color: #6EBA0D; }
a { background-color: rgb(110,186,13); }
div.DivClassName
{
background-color: #6EBA0D;
}
.BgClassName
{
background-color: #6EBA0D;
}
</style>
border-color css
<style>
span { border-color: #6EBA0D; }
span { border-color: rgb(110,186,13); }
td.TdClassName
{
border-color: #6EBA0D;
}
.TagClassName
{
border-color: #6EBA0D;
}
</style>