Shades of Christi #68BC2C
Tints of Christi #68BC2C
RGB
CMYK
RGB Variations
Color information
#68BC2C (or 0x68BC2C) is known color: Christi. HEX triplet: 68, BC and 2C. RGB value is (104,188,44). Sum of RGB (Red+Green+Blue) = 104+188+44=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC2C is #9743D3. Grayscale: #929292. Windows color (decimal): -9913300 or 2931816. OLE color: 2931816.
HSL color Cylindrical-coordinate representation of color #68BC2C: hue angle of 95º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68BC2C is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 44 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.26 |
| HSL | 95º | 0.62% | 0.45% | - |
| HSV(B) | 95º | 0.77% | 0.74% | - |
| XYZ | 24.15 | 39.09 | 8.66 | - |
| YUV | 146.47 | 70.17 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 44 | 0.45 | 0 | 0.77 | 0.26 | 95 | 0.62 | 0.45 |
| Hex | 68 | BC | 2C | 2D | 0 | 4D | 1A | 5F | 3E | 2D |
| Octal | 150 | 274 | 54 | 55 | 0 | 115 | 32 | 137 | 76 | 55 |
| Binary | 1101000 | 10111100 | 101100 | 101101 | 0 | 1001101 | 11010 | 1011111 | 111110 | 101101 |
Color Harmonies of #68BC2C
Complementary color
Monochromatic Colors of #68BC2C
Black with #68BC2C
Text Example
Text Example
White with #68BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC2C; }
p { color: rgb(104,188,44); }
H1.HeaderClassName
{
color: #68BC2C;
}
.AnyTagClassName
{
color: #68BC2C;
}
</style>
background-color css
<style>
a { background-color: #68BC2C; }
a { background-color: rgb(104,188,44); }
div.DivClassName
{
background-color: #68BC2C;
}
.BgClassName
{
background-color: #68BC2C;
}
</style>
border-color css
<style>
span { border-color: #68BC2C; }
span { border-color: rgb(104,188,44); }
td.TdClassName
{
border-color: #68BC2C;
}
.TagClassName
{
border-color: #68BC2C;
}
</style>