Shades of Christi #68BC08
Tints of Christi #68BC08
RGB
CMYK
RGB Variations
Color information
#68BC08 (or 0x68BC08) is known color: Christi. HEX triplet: 68, BC and 08. RGB value is (104,188,8). Sum of RGB (Red+Green+Blue) = 104+188+8=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC08 is #9743F7. Grayscale: #8E8E8E. Windows color (decimal): -9913336 or 572520. OLE color: 572520.
HSL color Cylindrical-coordinate representation of color #68BC08: hue angle of 88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68BC08 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.26 |
| HSL | 88º | 0.92% | 0.38% | - |
| HSV(B) | 88º | 0.96% | 0.74% | - |
| XYZ | 23.74 | 38.93 | 6.49 | - |
| YUV | 142.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 8 | 0.45 | 0 | 0.96 | 0.26 | 88 | 0.92 | 0.38 |
| Hex | 68 | BC | 8 | 2D | 0 | 60 | 1A | 58 | 5C | 26 |
| Octal | 150 | 274 | 10 | 55 | 0 | 140 | 32 | 130 | 134 | 46 |
| Binary | 1101000 | 10111100 | 1000 | 101101 | 0 | 1100000 | 11010 | 1011000 | 1011100 | 100110 |
Color Harmonies of #68BC08
Complementary color
Monochromatic Colors of #68BC08
Black with #68BC08
Text Example
Text Example
White with #68BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC08; }
p { color: rgb(104,188,8); }
H1.HeaderClassName
{
color: #68BC08;
}
.AnyTagClassName
{
color: #68BC08;
}
</style>
background-color css
<style>
a { background-color: #68BC08; }
a { background-color: rgb(104,188,8); }
div.DivClassName
{
background-color: #68BC08;
}
.BgClassName
{
background-color: #68BC08;
}
</style>
border-color css
<style>
span { border-color: #68BC08; }
span { border-color: rgb(104,188,8); }
td.TdClassName
{
border-color: #68BC08;
}
.TagClassName
{
border-color: #68BC08;
}
</style>