Shades of Christi #68C309
Tints of Christi #68C309
RGB
CMYK
RGB Variations
Color information
#68C309 (or 0x68C309) is known color: Christi. HEX triplet: 68, C3 and 09. RGB value is (104,195,9). Sum of RGB (Red+Green+Blue) = 104+195+9=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #68C309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C309 is #973CF6. Grayscale: #939393. Windows color (decimal): -9911543 or 639848. OLE color: 639848.
HSL color Cylindrical-coordinate representation of color #68C309: hue angle of 89.35º 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 #68C309 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 9 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.24 |
| HSL | 89.35º | 0.91% | 0.4% | - |
| HSV(B) | 89.35º | 0.95% | 0.76% | - |
| XYZ | 25.27 | 41.99 | 7.03 | - |
| YUV | 146.59 | 50.35 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 9 | 0.47 | 0 | 0.95 | 0.24 | 89.35 | 0.91 | 0.4 |
| Hex | 68 | C3 | 9 | 2F | 0 | 5F | 18 | 59 | 5B | 28 |
| Octal | 150 | 303 | 11 | 57 | 0 | 137 | 30 | 131 | 133 | 50 |
| Binary | 1101000 | 11000011 | 1001 | 101111 | 0 | 1011111 | 11000 | 1011001 | 1011011 | 101000 |
Color Harmonies of #68C309
Complementary color
Monochromatic Colors of #68C309
Black with #68C309
Text Example
Text Example
White with #68C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C309; }
p { color: rgb(104,195,9); }
H1.HeaderClassName
{
color: #68C309;
}
.AnyTagClassName
{
color: #68C309;
}
</style>
background-color css
<style>
a { background-color: #68C309; }
a { background-color: rgb(104,195,9); }
div.DivClassName
{
background-color: #68C309;
}
.BgClassName
{
background-color: #68C309;
}
</style>
border-color css
<style>
span { border-color: #68C309; }
span { border-color: rgb(104,195,9); }
td.TdClassName
{
border-color: #68C309;
}
.TagClassName
{
border-color: #68C309;
}
</style>