Shades of Christi #68B10F
Tints of Christi #68B10F
RGB
CMYK
RGB Variations
Color information
#68B10F (or 0x68B10F) is known color: Christi. HEX triplet: 68, B1 and 0F. RGB value is (104,177,15). Sum of RGB (Red+Green+Blue) = 104+177+15=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #68B10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68B10F is #974EF0. Grayscale: #898989. Windows color (decimal): -9916145 or 1028456. OLE color: 1028456.
HSL color Cylindrical-coordinate representation of color #68B10F: hue angle of 87.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68B10F is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 15 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.31 |
| HSL | 87.04º | 0.84% | 0.38% | - |
| HSV(B) | 87.04º | 0.92% | 0.69% | - |
| XYZ | 21.52 | 34.42 | 5.96 | - |
| YUV | 136.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 15 | 0.41 | 0 | 0.92 | 0.31 | 87.04 | 0.84 | 0.38 |
| Hex | 68 | B1 | F | 29 | 0 | 5C | 1F | 57 | 54 | 26 |
| Octal | 150 | 261 | 17 | 51 | 0 | 134 | 37 | 127 | 124 | 46 |
| Binary | 1101000 | 10110001 | 1111 | 101001 | 0 | 1011100 | 11111 | 1010111 | 1010100 | 100110 |
Color Harmonies of #68B10F
Complementary color
Monochromatic Colors of #68B10F
Black with #68B10F
Text Example
Text Example
White with #68B10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B10F; }
p { color: rgb(104,177,15); }
H1.HeaderClassName
{
color: #68B10F;
}
.AnyTagClassName
{
color: #68B10F;
}
</style>
background-color css
<style>
a { background-color: #68B10F; }
a { background-color: rgb(104,177,15); }
div.DivClassName
{
background-color: #68B10F;
}
.BgClassName
{
background-color: #68B10F;
}
</style>
border-color css
<style>
span { border-color: #68B10F; }
span { border-color: rgb(104,177,15); }
td.TdClassName
{
border-color: #68B10F;
}
.TagClassName
{
border-color: #68B10F;
}
</style>