Shades of Christi #68AD13
Tints of Christi #68AD13
RGB
CMYK
RGB Variations
Color information
#68AD13 (or 0x68AD13) is known color: Christi. HEX triplet: 68, AD and 13. RGB value is (104,173,19). Sum of RGB (Red+Green+Blue) = 104+173+19=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AD13 is #9752EC. Grayscale: #878787. Windows color (decimal): -9917165 or 1289576. OLE color: 1289576.
HSL color Cylindrical-coordinate representation of color #68AD13: hue angle of 86.88º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68AD13 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 19 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.32 |
| HSL | 86.88º | 0.8% | 0.38% | - |
| HSV(B) | 86.88º | 0.89% | 0.68% | - |
| XYZ | 20.77 | 32.88 | 5.87 | - |
| YUV | 134.81 | 62.64 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 19 | 0.40 | 0 | 0.89 | 0.32 | 86.88 | 0.8 | 0.38 |
| Hex | 68 | AD | 13 | 28 | 0 | 59 | 20 | 57 | 50 | 26 |
| Octal | 150 | 255 | 23 | 50 | 0 | 131 | 40 | 127 | 120 | 46 |
| Binary | 1101000 | 10101101 | 10011 | 101000 | 0 | 1011001 | 100000 | 1010111 | 1010000 | 100110 |
Color Harmonies of #68AD13
Complementary color
Monochromatic Colors of #68AD13
Black with #68AD13
Text Example
Text Example
White with #68AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD13; }
p { color: rgb(104,173,19); }
H1.HeaderClassName
{
color: #68AD13;
}
.AnyTagClassName
{
color: #68AD13;
}
</style>
background-color css
<style>
a { background-color: #68AD13; }
a { background-color: rgb(104,173,19); }
div.DivClassName
{
background-color: #68AD13;
}
.BgClassName
{
background-color: #68AD13;
}
</style>
border-color css
<style>
span { border-color: #68AD13; }
span { border-color: rgb(104,173,19); }
td.TdClassName
{
border-color: #68AD13;
}
.TagClassName
{
border-color: #68AD13;
}
</style>