Shades of Christi #68B109
Tints of Christi #68B109
RGB
CMYK
RGB Variations
Color information
#68B109 (or 0x68B109) is known color: Christi. HEX triplet: 68, B1 and 09. RGB value is (104,177,9). Sum of RGB (Red+Green+Blue) = 104+177+9=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #68B109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68B109 is #974EF6. Grayscale: #888888. Windows color (decimal): -9916151 or 635240. OLE color: 635240.
HSL color Cylindrical-coordinate representation of color #68B109: hue angle of 86.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68B109 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 9 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.31 |
| HSL | 86.07º | 0.9% | 0.36% | - |
| HSV(B) | 86.07º | 0.95% | 0.69% | - |
| XYZ | 21.48 | 34.41 | 5.77 | - |
| YUV | 136.02 | 56.32 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 9 | 0.41 | 0 | 0.95 | 0.31 | 86.07 | 0.9 | 0.36 |
| Hex | 68 | B1 | 9 | 29 | 0 | 5F | 1F | 56 | 5A | 24 |
| Octal | 150 | 261 | 11 | 51 | 0 | 137 | 37 | 126 | 132 | 44 |
| Binary | 1101000 | 10110001 | 1001 | 101001 | 0 | 1011111 | 11111 | 1010110 | 1011010 | 100100 |
Color Harmonies of #68B109
Complementary color
Monochromatic Colors of #68B109
Black with #68B109
Text Example
Text Example
White with #68B109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B109; }
p { color: rgb(104,177,9); }
H1.HeaderClassName
{
color: #68B109;
}
.AnyTagClassName
{
color: #68B109;
}
</style>
background-color css
<style>
a { background-color: #68B109; }
a { background-color: rgb(104,177,9); }
div.DivClassName
{
background-color: #68B109;
}
.BgClassName
{
background-color: #68B109;
}
</style>
border-color css
<style>
span { border-color: #68B109; }
span { border-color: rgb(104,177,9); }
td.TdClassName
{
border-color: #68B109;
}
.TagClassName
{
border-color: #68B109;
}
</style>