Shades of Christi #68BC09
Tints of Christi #68BC09
RGB
CMYK
RGB Variations
Color information
#68BC09 (or 0x68BC09) is known color: Christi. HEX triplet: 68, BC and 09. RGB value is (104,188,9). Sum of RGB (Red+Green+Blue) = 104+188+9=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC09 is #9743F6. Grayscale: #8F8F8F. Windows color (decimal): -9913335 or 638056. OLE color: 638056.
HSL color Cylindrical-coordinate representation of color #68BC09: hue angle of 88.16º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68BC09 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 9 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.26 |
| HSL | 88.16º | 0.91% | 0.39% | - |
| HSV(B) | 88.16º | 0.95% | 0.74% | - |
| XYZ | 23.74 | 38.93 | 6.52 | - |
| YUV | 142.48 | 52.67 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 9 | 0.45 | 0 | 0.95 | 0.26 | 88.16 | 0.91 | 0.39 |
| Hex | 68 | BC | 9 | 2D | 0 | 5F | 1A | 58 | 5B | 27 |
| Octal | 150 | 274 | 11 | 55 | 0 | 137 | 32 | 130 | 133 | 47 |
| Binary | 1101000 | 10111100 | 1001 | 101101 | 0 | 1011111 | 11010 | 1011000 | 1011011 | 100111 |
Color Harmonies of #68BC09
Complementary color
Monochromatic Colors of #68BC09
Black with #68BC09
Text Example
Text Example
White with #68BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC09; }
p { color: rgb(104,188,9); }
H1.HeaderClassName
{
color: #68BC09;
}
.AnyTagClassName
{
color: #68BC09;
}
</style>
background-color css
<style>
a { background-color: #68BC09; }
a { background-color: rgb(104,188,9); }
div.DivClassName
{
background-color: #68BC09;
}
.BgClassName
{
background-color: #68BC09;
}
</style>
border-color css
<style>
span { border-color: #68BC09; }
span { border-color: rgb(104,188,9); }
td.TdClassName
{
border-color: #68BC09;
}
.TagClassName
{
border-color: #68BC09;
}
</style>