Shades of Christi #68C006
Tints of Christi #68C006
RGB
CMYK
RGB Variations
Color information
#68C006 (or 0x68C006) is known color: Christi. HEX triplet: 68, C0 and 06. RGB value is (104,192,6). Sum of RGB (Red+Green+Blue) = 104+192+6=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #68C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C006 is #973FF9. Grayscale: #919191. Windows color (decimal): -9912314 or 442472. OLE color: 442472.
HSL color Cylindrical-coordinate representation of color #68C006: hue angle of 88.39º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68C006 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.25 |
| HSL | 88.39º | 0.94% | 0.39% | - |
| HSV(B) | 88.39º | 0.97% | 0.75% | - |
| XYZ | 24.59 | 40.66 | 6.72 | - |
| YUV | 144.48 | 49.85 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 6 | 0.46 | 0 | 0.97 | 0.25 | 88.39 | 0.94 | 0.39 |
| Hex | 68 | C0 | 6 | 2E | 0 | 61 | 19 | 58 | 5E | 27 |
| Octal | 150 | 300 | 6 | 56 | 0 | 141 | 31 | 130 | 136 | 47 |
| Binary | 1101000 | 11000000 | 110 | 101110 | 0 | 1100001 | 11001 | 1011000 | 1011110 | 100111 |
Color Harmonies of #68C006
Complementary color
Monochromatic Colors of #68C006
Black with #68C006
Text Example
Text Example
White with #68C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C006; }
p { color: rgb(104,192,6); }
H1.HeaderClassName
{
color: #68C006;
}
.AnyTagClassName
{
color: #68C006;
}
</style>
background-color css
<style>
a { background-color: #68C006; }
a { background-color: rgb(104,192,6); }
div.DivClassName
{
background-color: #68C006;
}
.BgClassName
{
background-color: #68C006;
}
</style>
border-color css
<style>
span { border-color: #68C006; }
span { border-color: rgb(104,192,6); }
td.TdClassName
{
border-color: #68C006;
}
.TagClassName
{
border-color: #68C006;
}
</style>