Shades of Christi #68A818
Tints of Christi #68A818
RGB
CMYK
RGB Variations
Color information
#68A818 (or 0x68A818) is known color: Christi. HEX triplet: 68, A8 and 18. RGB value is (104,168,24). Sum of RGB (Red+Green+Blue) = 104+168+24=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #68A818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A818 is #9757E7. Grayscale: #848484. Windows color (decimal): -9918440 or 1615976. OLE color: 1615976.
HSL color Cylindrical-coordinate representation of color #68A818: hue angle of 86.67º degrees, saturation: 0.75, 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 #68A818 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 24 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.34 |
| HSL | 86.67º | 0.75% | 0.38% | - |
| HSV(B) | 86.67º | 0.86% | 0.66% | - |
| XYZ | 19.88 | 31.01 | 5.8 | - |
| YUV | 132.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 24 | 0.38 | 0 | 0.86 | 0.34 | 86.67 | 0.75 | 0.38 |
| Hex | 68 | A8 | 18 | 26 | 0 | 56 | 22 | 57 | 4B | 26 |
| Octal | 150 | 250 | 30 | 46 | 0 | 126 | 42 | 127 | 113 | 46 |
| Binary | 1101000 | 10101000 | 11000 | 100110 | 0 | 1010110 | 100010 | 1010111 | 1001011 | 100110 |
Color Harmonies of #68A818
Complementary color
Monochromatic Colors of #68A818
Black with #68A818
Text Example
Text Example
White with #68A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A818; }
p { color: rgb(104,168,24); }
H1.HeaderClassName
{
color: #68A818;
}
.AnyTagClassName
{
color: #68A818;
}
</style>
background-color css
<style>
a { background-color: #68A818; }
a { background-color: rgb(104,168,24); }
div.DivClassName
{
background-color: #68A818;
}
.BgClassName
{
background-color: #68A818;
}
</style>
border-color css
<style>
span { border-color: #68A818; }
span { border-color: rgb(104,168,24); }
td.TdClassName
{
border-color: #68A818;
}
.TagClassName
{
border-color: #68A818;
}
</style>