Shades of Christi #68AE14
Tints of Christi #68AE14
RGB
CMYK
RGB Variations
Color information
#68AE14 (or 0x68AE14) is known color: Christi. HEX triplet: 68, AE and 14. RGB value is (104,174,20). Sum of RGB (Red+Green+Blue) = 104+174+20=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AE14 is #9751EB. Grayscale: #888888. Windows color (decimal): -9916908 or 1355368. OLE color: 1355368.
HSL color Cylindrical-coordinate representation of color #68AE14: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68AE14 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 20 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.32 |
| HSL | 87.27º | 0.79% | 0.38% | - |
| HSV(B) | 87.27º | 0.89% | 0.68% | - |
| XYZ | 20.97 | 33.27 | 5.98 | - |
| YUV | 135.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 20 | 0.40 | 0 | 0.89 | 0.32 | 87.27 | 0.79 | 0.38 |
| Hex | 68 | AE | 14 | 28 | 0 | 59 | 20 | 57 | 4F | 26 |
| Octal | 150 | 256 | 24 | 50 | 0 | 131 | 40 | 127 | 117 | 46 |
| Binary | 1101000 | 10101110 | 10100 | 101000 | 0 | 1011001 | 100000 | 1010111 | 1001111 | 100110 |
Color Harmonies of #68AE14
Complementary color
Monochromatic Colors of #68AE14
Black with #68AE14
Text Example
Text Example
White with #68AE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE14; }
p { color: rgb(104,174,20); }
H1.HeaderClassName
{
color: #68AE14;
}
.AnyTagClassName
{
color: #68AE14;
}
</style>
background-color css
<style>
a { background-color: #68AE14; }
a { background-color: rgb(104,174,20); }
div.DivClassName
{
background-color: #68AE14;
}
.BgClassName
{
background-color: #68AE14;
}
</style>
border-color css
<style>
span { border-color: #68AE14; }
span { border-color: rgb(104,174,20); }
td.TdClassName
{
border-color: #68AE14;
}
.TagClassName
{
border-color: #68AE14;
}
</style>