Shades of Christi #6DA618
Tints of Christi #6DA618
RGB
CMYK
RGB Variations
Color information
#6DA618 (or 0x6DA618) is known color: Christi. HEX triplet: 6D, A6 and 18. RGB value is (109,166,24). Sum of RGB (Red+Green+Blue) = 109+166+24=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA618 is #9259E7. Grayscale: #858585. Windows color (decimal): -9591272 or 1615469. OLE color: 1615469.
HSL color Cylindrical-coordinate representation of color #6DA618: hue angle of 84.08º 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 #6DA618 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 24 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.35 |
| HSL | 84.08º | 0.75% | 0.37% | - |
| HSV(B) | 84.08º | 0.86% | 0.65% | - |
| XYZ | 20.11 | 30.59 | 5.71 | - |
| YUV | 132.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 24 | 0.34 | 0 | 0.86 | 0.35 | 84.08 | 0.75 | 0.37 |
| Hex | 6D | A6 | 18 | 22 | 0 | 56 | 23 | 54 | 4B | 25 |
| Octal | 155 | 246 | 30 | 42 | 0 | 126 | 43 | 124 | 113 | 45 |
| Binary | 1101101 | 10100110 | 11000 | 100010 | 0 | 1010110 | 100011 | 1010100 | 1001011 | 100101 |
Color Harmonies of #6DA618
Complementary color
Monochromatic Colors of #6DA618
Black with #6DA618
Text Example
Text Example
White with #6DA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA618; }
p { color: rgb(109,166,24); }
H1.HeaderClassName
{
color: #6DA618;
}
.AnyTagClassName
{
color: #6DA618;
}
</style>
background-color css
<style>
a { background-color: #6DA618; }
a { background-color: rgb(109,166,24); }
div.DivClassName
{
background-color: #6DA618;
}
.BgClassName
{
background-color: #6DA618;
}
</style>
border-color css
<style>
span { border-color: #6DA618; }
span { border-color: rgb(109,166,24); }
td.TdClassName
{
border-color: #6DA618;
}
.TagClassName
{
border-color: #6DA618;
}
</style>