Shades of Christi #68AA18
Tints of Christi #68AA18
RGB
CMYK
RGB Variations
Color information
#68AA18 (or 0x68AA18) is known color: Christi. HEX triplet: 68, AA and 18. RGB value is (104,170,24). Sum of RGB (Red+Green+Blue) = 104+170+24=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AA18 is #9755E7. Grayscale: #868686. Windows color (decimal): -9917928 or 1616488. OLE color: 1616488.
HSL color Cylindrical-coordinate representation of color #68AA18: hue angle of 87.12º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68AA18 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 24 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.33 |
| HSL | 87.12º | 0.75% | 0.38% | - |
| HSV(B) | 87.12º | 0.86% | 0.67% | - |
| XYZ | 20.25 | 31.76 | 5.93 | - |
| YUV | 133.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 24 | 0.39 | 0 | 0.86 | 0.33 | 87.12 | 0.75 | 0.38 |
| Hex | 68 | AA | 18 | 27 | 0 | 56 | 21 | 57 | 4B | 26 |
| Octal | 150 | 252 | 30 | 47 | 0 | 126 | 41 | 127 | 113 | 46 |
| Binary | 1101000 | 10101010 | 11000 | 100111 | 0 | 1010110 | 100001 | 1010111 | 1001011 | 100110 |
Color Harmonies of #68AA18
Complementary color
Monochromatic Colors of #68AA18
Black with #68AA18
Text Example
Text Example
White with #68AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA18; }
p { color: rgb(104,170,24); }
H1.HeaderClassName
{
color: #68AA18;
}
.AnyTagClassName
{
color: #68AA18;
}
</style>
background-color css
<style>
a { background-color: #68AA18; }
a { background-color: rgb(104,170,24); }
div.DivClassName
{
background-color: #68AA18;
}
.BgClassName
{
background-color: #68AA18;
}
</style>
border-color css
<style>
span { border-color: #68AA18; }
span { border-color: rgb(104,170,24); }
td.TdClassName
{
border-color: #68AA18;
}
.TagClassName
{
border-color: #68AA18;
}
</style>