Shades of Christi #68A917
Tints of Christi #68A917
RGB
CMYK
RGB Variations
Color information
#68A917 (or 0x68A917) is known color: Christi. HEX triplet: 68, A9 and 17. RGB value is (104,169,23). Sum of RGB (Red+Green+Blue) = 104+169+23=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #68A917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A917 is #9756E8. Grayscale: #858585. Windows color (decimal): -9918185 or 1550696. OLE color: 1550696.
HSL color Cylindrical-coordinate representation of color #68A917: hue angle of 86.71º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68A917 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 23 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.34 |
| HSL | 86.71º | 0.76% | 0.38% | - |
| HSV(B) | 86.71º | 0.86% | 0.66% | - |
| XYZ | 20.05 | 31.38 | 5.81 | - |
| YUV | 132.92 | 65.97 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 23 | 0.38 | 0 | 0.86 | 0.34 | 86.71 | 0.76 | 0.38 |
| Hex | 68 | A9 | 17 | 26 | 0 | 56 | 22 | 57 | 4C | 26 |
| Octal | 150 | 251 | 27 | 46 | 0 | 126 | 42 | 127 | 114 | 46 |
| Binary | 1101000 | 10101001 | 10111 | 100110 | 0 | 1010110 | 100010 | 1010111 | 1001100 | 100110 |
Color Harmonies of #68A917
Complementary color
Monochromatic Colors of #68A917
Black with #68A917
Text Example
Text Example
White with #68A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A917; }
p { color: rgb(104,169,23); }
H1.HeaderClassName
{
color: #68A917;
}
.AnyTagClassName
{
color: #68A917;
}
</style>
background-color css
<style>
a { background-color: #68A917; }
a { background-color: rgb(104,169,23); }
div.DivClassName
{
background-color: #68A917;
}
.BgClassName
{
background-color: #68A917;
}
</style>
border-color css
<style>
span { border-color: #68A917; }
span { border-color: rgb(104,169,23); }
td.TdClassName
{
border-color: #68A917;
}
.TagClassName
{
border-color: #68A917;
}
</style>