Shades of Christi #68C209
Tints of Christi #68C209
RGB
CMYK
RGB Variations
Color information
#68C209 (or 0x68C209) is known color: Christi. HEX triplet: 68, C2 and 09. RGB value is (104,194,9). Sum of RGB (Red+Green+Blue) = 104+194+9=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #68C209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C209 is #973DF6. Grayscale: #929292. Windows color (decimal): -9911799 or 639592. OLE color: 639592.
HSL color Cylindrical-coordinate representation of color #68C209: hue angle of 89.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68C209 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 9 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.24 |
| HSL | 89.19º | 0.91% | 0.4% | - |
| HSV(B) | 89.19º | 0.95% | 0.76% | - |
| XYZ | 25.05 | 41.55 | 6.96 | - |
| YUV | 146 | 50.68 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 9 | 0.46 | 0 | 0.95 | 0.24 | 89.19 | 0.91 | 0.4 |
| Hex | 68 | C2 | 9 | 2E | 0 | 5F | 18 | 59 | 5B | 28 |
| Octal | 150 | 302 | 11 | 56 | 0 | 137 | 30 | 131 | 133 | 50 |
| Binary | 1101000 | 11000010 | 1001 | 101110 | 0 | 1011111 | 11000 | 1011001 | 1011011 | 101000 |
Color Harmonies of #68C209
Complementary color
Monochromatic Colors of #68C209
Black with #68C209
Text Example
Text Example
White with #68C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C209; }
p { color: rgb(104,194,9); }
H1.HeaderClassName
{
color: #68C209;
}
.AnyTagClassName
{
color: #68C209;
}
</style>
background-color css
<style>
a { background-color: #68C209; }
a { background-color: rgb(104,194,9); }
div.DivClassName
{
background-color: #68C209;
}
.BgClassName
{
background-color: #68C209;
}
</style>
border-color css
<style>
span { border-color: #68C209; }
span { border-color: rgb(104,194,9); }
td.TdClassName
{
border-color: #68C209;
}
.TagClassName
{
border-color: #68C209;
}
</style>