Shades of Christi #68AC16
Tints of Christi #68AC16
RGB
CMYK
RGB Variations
Color information
#68AC16 (or 0x68AC16) is known color: Christi. HEX triplet: 68, AC and 16. RGB value is (104,172,22). Sum of RGB (Red+Green+Blue) = 104+172+22=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AC16 is #9753E9. Grayscale: #878787. Windows color (decimal): -9917418 or 1485928. OLE color: 1485928.
HSL color Cylindrical-coordinate representation of color #68AC16: hue angle of 87.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68AC16 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 22 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.33 |
| HSL | 87.2º | 0.77% | 0.38% | - |
| HSV(B) | 87.2º | 0.87% | 0.67% | - |
| XYZ | 20.61 | 32.51 | 5.95 | - |
| YUV | 134.57 | 64.47 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 22 | 0.40 | 0 | 0.87 | 0.33 | 87.2 | 0.77 | 0.38 |
| Hex | 68 | AC | 16 | 28 | 0 | 57 | 21 | 57 | 4D | 26 |
| Octal | 150 | 254 | 26 | 50 | 0 | 127 | 41 | 127 | 115 | 46 |
| Binary | 1101000 | 10101100 | 10110 | 101000 | 0 | 1010111 | 100001 | 1010111 | 1001101 | 100110 |
Color Harmonies of #68AC16
Complementary color
Monochromatic Colors of #68AC16
Black with #68AC16
Text Example
Text Example
White with #68AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC16; }
p { color: rgb(104,172,22); }
H1.HeaderClassName
{
color: #68AC16;
}
.AnyTagClassName
{
color: #68AC16;
}
</style>
background-color css
<style>
a { background-color: #68AC16; }
a { background-color: rgb(104,172,22); }
div.DivClassName
{
background-color: #68AC16;
}
.BgClassName
{
background-color: #68AC16;
}
</style>
border-color css
<style>
span { border-color: #68AC16; }
span { border-color: rgb(104,172,22); }
td.TdClassName
{
border-color: #68AC16;
}
.TagClassName
{
border-color: #68AC16;
}
</style>