Shades of Christi #68BA00
Tints of Christi #68BA00
RGB
CMYK
RGB Variations
Color information
#68BA00 (or 0x68BA00) is known color: Christi. HEX triplet: 68, BA and 00. RGB value is (104,186,0). Sum of RGB (Red+Green+Blue) = 104+186+0=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BA00 is #9745FF. Grayscale: #8C8C8C. Windows color (decimal): -9913856 or 47720. OLE color: 47720.
HSL color Cylindrical-coordinate representation of color #68BA00: hue angle of 86.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68BA00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.27 |
| HSL | 86.45º | 1% | 0.36% | - |
| HSV(B) | 86.45º | 1% | 0.73% | - |
| XYZ | 23.27 | 38.06 | 6.12 | - |
| YUV | 140.28 | 48.83 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 0 | 0.44 | 0 | 1 | 0.27 | 86.45 | 1 | 0.36 |
| Hex | 68 | BA | 0 | 2C | 0 | 64 | 1B | 56 | 64 | 24 |
| Octal | 150 | 272 | 0 | 54 | 0 | 144 | 33 | 126 | 144 | 44 |
| Binary | 1101000 | 10111010 | 0 | 101100 | 0 | 1100100 | 11011 | 1010110 | 1100100 | 100100 |
Color Harmonies of #68BA00
Complementary color
Monochromatic Colors of #68BA00
Black with #68BA00
Text Example
Text Example
White with #68BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA00; }
p { color: rgb(104,186,0); }
H1.HeaderClassName
{
color: #68BA00;
}
.AnyTagClassName
{
color: #68BA00;
}
</style>
background-color css
<style>
a { background-color: #68BA00; }
a { background-color: rgb(104,186,0); }
div.DivClassName
{
background-color: #68BA00;
}
.BgClassName
{
background-color: #68BA00;
}
</style>
border-color css
<style>
span { border-color: #68BA00; }
span { border-color: rgb(104,186,0); }
td.TdClassName
{
border-color: #68BA00;
}
.TagClassName
{
border-color: #68BA00;
}
</style>