Shades of Christi #68BC1F
Tints of Christi #68BC1F
RGB
CMYK
RGB Variations
Color information
#68BC1F (or 0x68BC1F) is known color: Christi. HEX triplet: 68, BC and 1F. RGB value is (104,188,31). Sum of RGB (Red+Green+Blue) = 104+188+31=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC1F is #9743E0. Grayscale: #919191. Windows color (decimal): -9913313 or 2079848. OLE color: 2079848.
HSL color Cylindrical-coordinate representation of color #68BC1F: hue angle of 92.1º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68BC1F is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 31 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.26 |
| HSL | 92.1º | 0.72% | 0.43% | - |
| HSV(B) | 92.1º | 0.84% | 0.74% | - |
| XYZ | 23.94 | 39.01 | 7.56 | - |
| YUV | 144.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 31 | 0.45 | 0 | 0.84 | 0.26 | 92.1 | 0.72 | 0.43 |
| Hex | 68 | BC | 1F | 2D | 0 | 54 | 1A | 5C | 48 | 2B |
| Octal | 150 | 274 | 37 | 55 | 0 | 124 | 32 | 134 | 110 | 53 |
| Binary | 1101000 | 10111100 | 11111 | 101101 | 0 | 1010100 | 11010 | 1011100 | 1001000 | 101011 |
Color Harmonies of #68BC1F
Complementary color
Monochromatic Colors of #68BC1F
Black with #68BC1F
Text Example
Text Example
White with #68BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC1F; }
p { color: rgb(104,188,31); }
H1.HeaderClassName
{
color: #68BC1F;
}
.AnyTagClassName
{
color: #68BC1F;
}
</style>
background-color css
<style>
a { background-color: #68BC1F; }
a { background-color: rgb(104,188,31); }
div.DivClassName
{
background-color: #68BC1F;
}
.BgClassName
{
background-color: #68BC1F;
}
</style>
border-color css
<style>
span { border-color: #68BC1F; }
span { border-color: rgb(104,188,31); }
td.TdClassName
{
border-color: #68BC1F;
}
.TagClassName
{
border-color: #68BC1F;
}
</style>