Shades of Christi #68AC26
Tints of Christi #68AC26
RGB
CMYK
RGB Variations
Color information
#68AC26 (or 0x68AC26) is known color: Christi. HEX triplet: 68, AC and 26. RGB value is (104,172,38). Sum of RGB (Red+Green+Blue) = 104+172+38=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC26 is #9753D9. Grayscale: #888888. Windows color (decimal): -9917402 or 2534504. OLE color: 2534504.
HSL color Cylindrical-coordinate representation of color #68AC26: hue angle of 90.45º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68AC26 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 38 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.33 |
| HSL | 90.45º | 0.64% | 0.41% | - |
| HSV(B) | 90.45º | 0.78% | 0.67% | - |
| XYZ | 20.81 | 32.59 | 7.03 | - |
| YUV | 136.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 38 | 0.40 | 0 | 0.78 | 0.33 | 90.45 | 0.64 | 0.41 |
| Hex | 68 | AC | 26 | 28 | 0 | 4E | 21 | 5A | 40 | 29 |
| Octal | 150 | 254 | 46 | 50 | 0 | 116 | 41 | 132 | 100 | 51 |
| Binary | 1101000 | 10101100 | 100110 | 101000 | 0 | 1001110 | 100001 | 1011010 | 1000000 | 101001 |
Color Harmonies of #68AC26
Complementary color
Monochromatic Colors of #68AC26
Black with #68AC26
Text Example
Text Example
White with #68AC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC26; }
p { color: rgb(104,172,38); }
H1.HeaderClassName
{
color: #68AC26;
}
.AnyTagClassName
{
color: #68AC26;
}
</style>
background-color css
<style>
a { background-color: #68AC26; }
a { background-color: rgb(104,172,38); }
div.DivClassName
{
background-color: #68AC26;
}
.BgClassName
{
background-color: #68AC26;
}
</style>
border-color css
<style>
span { border-color: #68AC26; }
span { border-color: rgb(104,172,38); }
td.TdClassName
{
border-color: #68AC26;
}
.TagClassName
{
border-color: #68AC26;
}
</style>