Shades of Christi #68AE16
Tints of Christi #68AE16
RGB
CMYK
RGB Variations
Color information
#68AE16 (or 0x68AE16) is known color: Christi. HEX triplet: 68, AE and 16. RGB value is (104,174,22). Sum of RGB (Red+Green+Blue) = 104+174+22=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AE16 is #9751E9. Grayscale: #888888. Windows color (decimal): -9916906 or 1486440. OLE color: 1486440.
HSL color Cylindrical-coordinate representation of color #68AE16: hue angle of 87.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68AE16 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 22 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.32 |
| HSL | 87.63º | 0.78% | 0.38% | - |
| HSV(B) | 87.63º | 0.87% | 0.68% | - |
| XYZ | 20.99 | 33.27 | 6.08 | - |
| YUV | 135.74 | 63.81 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 22 | 0.40 | 0 | 0.87 | 0.32 | 87.63 | 0.78 | 0.38 |
| Hex | 68 | AE | 16 | 28 | 0 | 57 | 20 | 58 | 4E | 26 |
| Octal | 150 | 256 | 26 | 50 | 0 | 127 | 40 | 130 | 116 | 46 |
| Binary | 1101000 | 10101110 | 10110 | 101000 | 0 | 1010111 | 100000 | 1011000 | 1001110 | 100110 |
Color Harmonies of #68AE16
Complementary color
Monochromatic Colors of #68AE16
Black with #68AE16
Text Example
Text Example
White with #68AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE16; }
p { color: rgb(104,174,22); }
H1.HeaderClassName
{
color: #68AE16;
}
.AnyTagClassName
{
color: #68AE16;
}
</style>
background-color css
<style>
a { background-color: #68AE16; }
a { background-color: rgb(104,174,22); }
div.DivClassName
{
background-color: #68AE16;
}
.BgClassName
{
background-color: #68AE16;
}
</style>
border-color css
<style>
span { border-color: #68AE16; }
span { border-color: rgb(104,174,22); }
td.TdClassName
{
border-color: #68AE16;
}
.TagClassName
{
border-color: #68AE16;
}
</style>