Shades of Christi #68C306
Tints of Christi #68C306
RGB
CMYK
RGB Variations
Color information
#68C306 (or 0x68C306) is known color: Christi. HEX triplet: 68, C3 and 06. RGB value is (104,195,6). Sum of RGB (Red+Green+Blue) = 104+195+6=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #68C306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C306 is #973CF9. Grayscale: #929292. Windows color (decimal): -9911546 or 443240. OLE color: 443240.
HSL color Cylindrical-coordinate representation of color #68C306: hue angle of 88.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68C306 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 6 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.24 |
| HSL | 88.89º | 0.94% | 0.39% | - |
| HSV(B) | 88.89º | 0.97% | 0.76% | - |
| XYZ | 25.26 | 41.99 | 6.95 | - |
| YUV | 146.25 | 48.85 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 6 | 0.47 | 0 | 0.97 | 0.24 | 88.89 | 0.94 | 0.39 |
| Hex | 68 | C3 | 6 | 2F | 0 | 61 | 18 | 59 | 5E | 27 |
| Octal | 150 | 303 | 6 | 57 | 0 | 141 | 30 | 131 | 136 | 47 |
| Binary | 1101000 | 11000011 | 110 | 101111 | 0 | 1100001 | 11000 | 1011001 | 1011110 | 100111 |
Color Harmonies of #68C306
Complementary color
Monochromatic Colors of #68C306
Black with #68C306
Text Example
Text Example
White with #68C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C306; }
p { color: rgb(104,195,6); }
H1.HeaderClassName
{
color: #68C306;
}
.AnyTagClassName
{
color: #68C306;
}
</style>
background-color css
<style>
a { background-color: #68C306; }
a { background-color: rgb(104,195,6); }
div.DivClassName
{
background-color: #68C306;
}
.BgClassName
{
background-color: #68C306;
}
</style>
border-color css
<style>
span { border-color: #68C306; }
span { border-color: rgb(104,195,6); }
td.TdClassName
{
border-color: #68C306;
}
.TagClassName
{
border-color: #68C306;
}
</style>