Shades of Christi #68BC0E
Tints of Christi #68BC0E
RGB
CMYK
RGB Variations
Color information
#68BC0E (or 0x68BC0E) is known color: Christi. HEX triplet: 68, BC and 0E. RGB value is (104,188,14). Sum of RGB (Red+Green+Blue) = 104+188+14=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC0E is #9743F1. Grayscale: #8F8F8F. Windows color (decimal): -9913330 or 965736. OLE color: 965736.
HSL color Cylindrical-coordinate representation of color #68BC0E: hue angle of 88.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68BC0E is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 14 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.26 |
| HSL | 88.97º | 0.86% | 0.4% | - |
| HSV(B) | 88.97º | 0.93% | 0.74% | - |
| XYZ | 23.77 | 38.94 | 6.68 | - |
| YUV | 143.05 | 55.17 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 14 | 0.45 | 0 | 0.93 | 0.26 | 88.97 | 0.86 | 0.4 |
| Hex | 68 | BC | E | 2D | 0 | 5D | 1A | 59 | 56 | 28 |
| Octal | 150 | 274 | 16 | 55 | 0 | 135 | 32 | 131 | 126 | 50 |
| Binary | 1101000 | 10111100 | 1110 | 101101 | 0 | 1011101 | 11010 | 1011001 | 1010110 | 101000 |
Color Harmonies of #68BC0E
Complementary color
Monochromatic Colors of #68BC0E
Black with #68BC0E
Text Example
Text Example
White with #68BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC0E; }
p { color: rgb(104,188,14); }
H1.HeaderClassName
{
color: #68BC0E;
}
.AnyTagClassName
{
color: #68BC0E;
}
</style>
background-color css
<style>
a { background-color: #68BC0E; }
a { background-color: rgb(104,188,14); }
div.DivClassName
{
background-color: #68BC0E;
}
.BgClassName
{
background-color: #68BC0E;
}
</style>
border-color css
<style>
span { border-color: #68BC0E; }
span { border-color: rgb(104,188,14); }
td.TdClassName
{
border-color: #68BC0E;
}
.TagClassName
{
border-color: #68BC0E;
}
</style>