Shades of Christi #6DA012
Tints of Christi #6DA012
RGB
CMYK
RGB Variations
Color information
#6DA012 (or 0x6DA012) is known color: Christi. HEX triplet: 6D, A0 and 12. RGB value is (109,160,18). Sum of RGB (Red+Green+Blue) = 109+160+18=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA012 is #925FED. Grayscale: #818181. Windows color (decimal): -9592814 or 1220717. OLE color: 1220717.
HSL color Cylindrical-coordinate representation of color #6DA012: hue angle of 81.55º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DA012 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 18 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.37 |
| HSL | 81.55º | 0.8% | 0.35% | - |
| HSV(B) | 81.55º | 0.89% | 0.63% | - |
| XYZ | 18.99 | 28.44 | 5.06 | - |
| YUV | 128.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 18 | 0.32 | 0 | 0.89 | 0.37 | 81.55 | 0.8 | 0.35 |
| Hex | 6D | A0 | 12 | 20 | 0 | 59 | 25 | 52 | 50 | 23 |
| Octal | 155 | 240 | 22 | 40 | 0 | 131 | 45 | 122 | 120 | 43 |
| Binary | 1101101 | 10100000 | 10010 | 100000 | 0 | 1011001 | 100101 | 1010010 | 1010000 | 100011 |
Color Harmonies of #6DA012
Complementary color
Monochromatic Colors of #6DA012
Black with #6DA012
Text Example
Text Example
White with #6DA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA012; }
p { color: rgb(109,160,18); }
H1.HeaderClassName
{
color: #6DA012;
}
.AnyTagClassName
{
color: #6DA012;
}
</style>
background-color css
<style>
a { background-color: #6DA012; }
a { background-color: rgb(109,160,18); }
div.DivClassName
{
background-color: #6DA012;
}
.BgClassName
{
background-color: #6DA012;
}
</style>
border-color css
<style>
span { border-color: #6DA012; }
span { border-color: rgb(109,160,18); }
td.TdClassName
{
border-color: #6DA012;
}
.TagClassName
{
border-color: #6DA012;
}
</style>