Shades of Christi #68AE19
Tints of Christi #68AE19
RGB
CMYK
RGB Variations
Color information
#68AE19 (or 0x68AE19) is known color: Christi. HEX triplet: 68, AE and 19. RGB value is (104,174,25). Sum of RGB (Red+Green+Blue) = 104+174+25=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AE19 is #9751E6. Grayscale: #888888. Windows color (decimal): -9916903 or 1683048. OLE color: 1683048.
HSL color Cylindrical-coordinate representation of color #68AE19: hue angle of 88.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68AE19 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 25 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.32 |
| HSL | 88.19º | 0.75% | 0.39% | - |
| HSV(B) | 88.19º | 0.86% | 0.68% | - |
| XYZ | 21.02 | 33.29 | 6.24 | - |
| YUV | 136.08 | 65.31 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 25 | 0.40 | 0 | 0.86 | 0.32 | 88.19 | 0.75 | 0.39 |
| Hex | 68 | AE | 19 | 28 | 0 | 56 | 20 | 58 | 4B | 27 |
| Octal | 150 | 256 | 31 | 50 | 0 | 126 | 40 | 130 | 113 | 47 |
| Binary | 1101000 | 10101110 | 11001 | 101000 | 0 | 1010110 | 100000 | 1011000 | 1001011 | 100111 |
Color Harmonies of #68AE19
Complementary color
Monochromatic Colors of #68AE19
Black with #68AE19
Text Example
Text Example
White with #68AE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE19; }
p { color: rgb(104,174,25); }
H1.HeaderClassName
{
color: #68AE19;
}
.AnyTagClassName
{
color: #68AE19;
}
</style>
background-color css
<style>
a { background-color: #68AE19; }
a { background-color: rgb(104,174,25); }
div.DivClassName
{
background-color: #68AE19;
}
.BgClassName
{
background-color: #68AE19;
}
</style>
border-color css
<style>
span { border-color: #68AE19; }
span { border-color: rgb(104,174,25); }
td.TdClassName
{
border-color: #68AE19;
}
.TagClassName
{
border-color: #68AE19;
}
</style>