Shades of Christi #6DA018
Tints of Christi #6DA018
RGB
CMYK
RGB Variations
Color information
#6DA018 (or 0x6DA018) is known color: Christi. HEX triplet: 6D, A0 and 18. RGB value is (109,160,24). Sum of RGB (Red+Green+Blue) = 109+160+24=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA018 is #925FE7. Grayscale: #818181. Windows color (decimal): -9592808 or 1613933. OLE color: 1613933.
HSL color Cylindrical-coordinate representation of color #6DA018: hue angle of 82.5º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DA018 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 24 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.37 |
| HSL | 82.5º | 0.74% | 0.36% | - |
| HSV(B) | 82.5º | 0.85% | 0.63% | - |
| XYZ | 19.04 | 28.46 | 5.35 | - |
| YUV | 129.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 24 | 0.32 | 0 | 0.85 | 0.37 | 82.5 | 0.74 | 0.36 |
| Hex | 6D | A0 | 18 | 20 | 0 | 55 | 25 | 52 | 4A | 24 |
| Octal | 155 | 240 | 30 | 40 | 0 | 125 | 45 | 122 | 112 | 44 |
| Binary | 1101101 | 10100000 | 11000 | 100000 | 0 | 1010101 | 100101 | 1010010 | 1001010 | 100100 |
Color Harmonies of #6DA018
Complementary color
Monochromatic Colors of #6DA018
Black with #6DA018
Text Example
Text Example
White with #6DA018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA018; }
p { color: rgb(109,160,24); }
H1.HeaderClassName
{
color: #6DA018;
}
.AnyTagClassName
{
color: #6DA018;
}
</style>
background-color css
<style>
a { background-color: #6DA018; }
a { background-color: rgb(109,160,24); }
div.DivClassName
{
background-color: #6DA018;
}
.BgClassName
{
background-color: #6DA018;
}
</style>
border-color css
<style>
span { border-color: #6DA018; }
span { border-color: rgb(109,160,24); }
td.TdClassName
{
border-color: #6DA018;
}
.TagClassName
{
border-color: #6DA018;
}
</style>