Shades of Christi #68AC14
Tints of Christi #68AC14
RGB
CMYK
RGB Variations
Color information
#68AC14 (or 0x68AC14) is known color: Christi. HEX triplet: 68, AC and 14. RGB value is (104,172,20). Sum of RGB (Red+Green+Blue) = 104+172+20=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AC14 is #9753EB. Grayscale: #868686. Windows color (decimal): -9917420 or 1354856. OLE color: 1354856.
HSL color Cylindrical-coordinate representation of color #68AC14: hue angle of 86.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68AC14 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 20 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.33 |
| HSL | 86.84º | 0.79% | 0.38% | - |
| HSV(B) | 86.84º | 0.88% | 0.67% | - |
| XYZ | 20.59 | 32.5 | 5.85 | - |
| YUV | 134.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 20 | 0.40 | 0 | 0.88 | 0.33 | 86.84 | 0.79 | 0.38 |
| Hex | 68 | AC | 14 | 28 | 0 | 58 | 21 | 57 | 4F | 26 |
| Octal | 150 | 254 | 24 | 50 | 0 | 130 | 41 | 127 | 117 | 46 |
| Binary | 1101000 | 10101100 | 10100 | 101000 | 0 | 1011000 | 100001 | 1010111 | 1001111 | 100110 |
Color Harmonies of #68AC14
Complementary color
Monochromatic Colors of #68AC14
Black with #68AC14
Text Example
Text Example
White with #68AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC14; }
p { color: rgb(104,172,20); }
H1.HeaderClassName
{
color: #68AC14;
}
.AnyTagClassName
{
color: #68AC14;
}
</style>
background-color css
<style>
a { background-color: #68AC14; }
a { background-color: rgb(104,172,20); }
div.DivClassName
{
background-color: #68AC14;
}
.BgClassName
{
background-color: #68AC14;
}
</style>
border-color css
<style>
span { border-color: #68AC14; }
span { border-color: rgb(104,172,20); }
td.TdClassName
{
border-color: #68AC14;
}
.TagClassName
{
border-color: #68AC14;
}
</style>