Shades of Christi #6DA718
Tints of Christi #6DA718
RGB
CMYK
RGB Variations
Color information
#6DA718 (or 0x6DA718) is known color: Christi. HEX triplet: 6D, A7 and 18. RGB value is (109,167,24). Sum of RGB (Red+Green+Blue) = 109+167+24=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA718 is #9258E7. Grayscale: #858585. Windows color (decimal): -9591016 or 1615725. OLE color: 1615725.
HSL color Cylindrical-coordinate representation of color #6DA718: hue angle of 84.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6DA718 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 167 | 24 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.35 |
| HSL | 84.34º | 0.75% | 0.37% | - |
| HSV(B) | 84.34º | 0.86% | 0.65% | - |
| XYZ | 20.29 | 30.95 | 5.77 | - |
| YUV | 133.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 167 | 24 | 0.35 | 0 | 0.86 | 0.35 | 84.34 | 0.75 | 0.37 |
| Hex | 6D | A7 | 18 | 23 | 0 | 56 | 23 | 54 | 4B | 25 |
| Octal | 155 | 247 | 30 | 43 | 0 | 126 | 43 | 124 | 113 | 45 |
| Binary | 1101101 | 10100111 | 11000 | 100011 | 0 | 1010110 | 100011 | 1010100 | 1001011 | 100101 |
Color Harmonies of #6DA718
Complementary color
Monochromatic Colors of #6DA718
Black with #6DA718
Text Example
Text Example
White with #6DA718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA718; }
p { color: rgb(109,167,24); }
H1.HeaderClassName
{
color: #6DA718;
}
.AnyTagClassName
{
color: #6DA718;
}
</style>
background-color css
<style>
a { background-color: #6DA718; }
a { background-color: rgb(109,167,24); }
div.DivClassName
{
background-color: #6DA718;
}
.BgClassName
{
background-color: #6DA718;
}
</style>
border-color css
<style>
span { border-color: #6DA718; }
span { border-color: rgb(109,167,24); }
td.TdClassName
{
border-color: #6DA718;
}
.TagClassName
{
border-color: #6DA718;
}
</style>