Shades of Christi #68BB17
Tints of Christi #68BB17
RGB
CMYK
RGB Variations
Color information
#68BB17 (or 0x68BB17) is known color: Christi. HEX triplet: 68, BB and 17. RGB value is (104,187,23). Sum of RGB (Red+Green+Blue) = 104+187+23=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BB17 is #9744E8. Grayscale: #909090. Windows color (decimal): -9913577 or 1555304. OLE color: 1555304.
HSL color Cylindrical-coordinate representation of color #68BB17: hue angle of 90.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68BB17 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 23 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.27 |
| HSL | 90.37º | 0.78% | 0.41% | - |
| HSV(B) | 90.37º | 0.88% | 0.73% | - |
| XYZ | 23.63 | 38.55 | 7.01 | - |
| YUV | 143.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 23 | 0.44 | 0 | 0.88 | 0.27 | 90.37 | 0.78 | 0.41 |
| Hex | 68 | BB | 17 | 2C | 0 | 58 | 1B | 5A | 4E | 29 |
| Octal | 150 | 273 | 27 | 54 | 0 | 130 | 33 | 132 | 116 | 51 |
| Binary | 1101000 | 10111011 | 10111 | 101100 | 0 | 1011000 | 11011 | 1011010 | 1001110 | 101001 |
Color Harmonies of #68BB17
Complementary color
Monochromatic Colors of #68BB17
Black with #68BB17
Text Example
Text Example
White with #68BB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB17; }
p { color: rgb(104,187,23); }
H1.HeaderClassName
{
color: #68BB17;
}
.AnyTagClassName
{
color: #68BB17;
}
</style>
background-color css
<style>
a { background-color: #68BB17; }
a { background-color: rgb(104,187,23); }
div.DivClassName
{
background-color: #68BB17;
}
.BgClassName
{
background-color: #68BB17;
}
</style>
border-color css
<style>
span { border-color: #68BB17; }
span { border-color: rgb(104,187,23); }
td.TdClassName
{
border-color: #68BB17;
}
.TagClassName
{
border-color: #68BB17;
}
</style>