Shades of Christi #68BB08
Tints of Christi #68BB08
RGB
CMYK
RGB Variations
Color information
#68BB08 (or 0x68BB08) is known color: Christi. HEX triplet: 68, BB and 08. RGB value is (104,187,8). Sum of RGB (Red+Green+Blue) = 104+187+8=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BB08 is #9744F7. Grayscale: #8E8E8E. Windows color (decimal): -9913592 or 572264. OLE color: 572264.
HSL color Cylindrical-coordinate representation of color #68BB08: hue angle of 87.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68BB08 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 8 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.27 |
| HSL | 87.82º | 0.92% | 0.38% | - |
| HSV(B) | 87.82º | 0.96% | 0.73% | - |
| XYZ | 23.52 | 38.5 | 6.42 | - |
| YUV | 141.78 | 52.5 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 8 | 0.44 | 0 | 0.96 | 0.27 | 87.82 | 0.92 | 0.38 |
| Hex | 68 | BB | 8 | 2C | 0 | 60 | 1B | 58 | 5C | 26 |
| Octal | 150 | 273 | 10 | 54 | 0 | 140 | 33 | 130 | 134 | 46 |
| Binary | 1101000 | 10111011 | 1000 | 101100 | 0 | 1100000 | 11011 | 1011000 | 1011100 | 100110 |
Color Harmonies of #68BB08
Complementary color
Monochromatic Colors of #68BB08
Black with #68BB08
Text Example
Text Example
White with #68BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB08; }
p { color: rgb(104,187,8); }
H1.HeaderClassName
{
color: #68BB08;
}
.AnyTagClassName
{
color: #68BB08;
}
</style>
background-color css
<style>
a { background-color: #68BB08; }
a { background-color: rgb(104,187,8); }
div.DivClassName
{
background-color: #68BB08;
}
.BgClassName
{
background-color: #68BB08;
}
</style>
border-color css
<style>
span { border-color: #68BB08; }
span { border-color: rgb(104,187,8); }
td.TdClassName
{
border-color: #68BB08;
}
.TagClassName
{
border-color: #68BB08;
}
</style>