Shades of Christi #68C029
Tints of Christi #68C029
RGB
CMYK
RGB Variations
Color information
#68C029 (or 0x68C029) is known color: Christi. HEX triplet: 68, C0 and 29. RGB value is (104,192,41). Sum of RGB (Red+Green+Blue) = 104+192+41=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #68C029 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C029 is #973FD6. Grayscale: #949494. Windows color (decimal): -9912279 or 2736232. OLE color: 2736232.
HSL color Cylindrical-coordinate representation of color #68C029: hue angle of 94.97º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68C029 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 41 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.25 |
| HSL | 94.97º | 0.65% | 0.46% | - |
| HSV(B) | 94.97º | 0.79% | 0.75% | - |
| XYZ | 24.96 | 40.8 | 8.66 | - |
| YUV | 148.47 | 67.35 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 41 | 0.46 | 0 | 0.79 | 0.25 | 94.97 | 0.65 | 0.46 |
| Hex | 68 | C0 | 29 | 2E | 0 | 4F | 19 | 5F | 41 | 2E |
| Octal | 150 | 300 | 51 | 56 | 0 | 117 | 31 | 137 | 101 | 56 |
| Binary | 1101000 | 11000000 | 101001 | 101110 | 0 | 1001111 | 11001 | 1011111 | 1000001 | 101110 |
Color Harmonies of #68C029
Complementary color
Monochromatic Colors of #68C029
Black with #68C029
Text Example
Text Example
White with #68C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C029; }
p { color: rgb(104,192,41); }
H1.HeaderClassName
{
color: #68C029;
}
.AnyTagClassName
{
color: #68C029;
}
</style>
background-color css
<style>
a { background-color: #68C029; }
a { background-color: rgb(104,192,41); }
div.DivClassName
{
background-color: #68C029;
}
.BgClassName
{
background-color: #68C029;
}
</style>
border-color css
<style>
span { border-color: #68C029; }
span { border-color: rgb(104,192,41); }
td.TdClassName
{
border-color: #68C029;
}
.TagClassName
{
border-color: #68C029;
}
</style>