Shades of Christi #68BC0D
Tints of Christi #68BC0D
RGB
CMYK
RGB Variations
Color information
#68BC0D (or 0x68BC0D) is known color: Christi. HEX triplet: 68, BC and 0D. RGB value is (104,188,13). Sum of RGB (Red+Green+Blue) = 104+188+13=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC0D is #9743F2. Grayscale: #8F8F8F. Windows color (decimal): -9913331 or 900200. OLE color: 900200.
HSL color Cylindrical-coordinate representation of color #68BC0D: hue angle of 88.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68BC0D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 13 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.26 |
| HSL | 88.8º | 0.87% | 0.39% | - |
| HSV(B) | 88.8º | 0.93% | 0.74% | - |
| XYZ | 23.76 | 38.94 | 6.64 | - |
| YUV | 142.93 | 54.67 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 13 | 0.45 | 0 | 0.93 | 0.26 | 88.8 | 0.87 | 0.39 |
| Hex | 68 | BC | D | 2D | 0 | 5D | 1A | 59 | 57 | 27 |
| Octal | 150 | 274 | 15 | 55 | 0 | 135 | 32 | 131 | 127 | 47 |
| Binary | 1101000 | 10111100 | 1101 | 101101 | 0 | 1011101 | 11010 | 1011001 | 1010111 | 100111 |
Color Harmonies of #68BC0D
Complementary color
Monochromatic Colors of #68BC0D
Black with #68BC0D
Text Example
Text Example
White with #68BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC0D; }
p { color: rgb(104,188,13); }
H1.HeaderClassName
{
color: #68BC0D;
}
.AnyTagClassName
{
color: #68BC0D;
}
</style>
background-color css
<style>
a { background-color: #68BC0D; }
a { background-color: rgb(104,188,13); }
div.DivClassName
{
background-color: #68BC0D;
}
.BgClassName
{
background-color: #68BC0D;
}
</style>
border-color css
<style>
span { border-color: #68BC0D; }
span { border-color: rgb(104,188,13); }
td.TdClassName
{
border-color: #68BC0D;
}
.TagClassName
{
border-color: #68BC0D;
}
</style>