Shades of Christi #6DA60A
Tints of Christi #6DA60A
RGB
CMYK
RGB Variations
Color information
#6DA60A (or 0x6DA60A) is known color: Christi. HEX triplet: 6D, A6 and 0A. RGB value is (109,166,10). Sum of RGB (Red+Green+Blue) = 109+166+10=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA60A is #9259F5. Grayscale: #838383. Windows color (decimal): -9591286 or 697965. OLE color: 697965.
HSL color Cylindrical-coordinate representation of color #6DA60A: hue angle of 81.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DA60A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 10 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.35 |
| HSL | 81.92º | 0.89% | 0.35% | - |
| HSV(B) | 81.92º | 0.94% | 0.65% | - |
| XYZ | 20 | 30.55 | 5.13 | - |
| YUV | 131.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 10 | 0.34 | 0 | 0.94 | 0.35 | 81.92 | 0.89 | 0.35 |
| Hex | 6D | A6 | A | 22 | 0 | 5E | 23 | 52 | 59 | 23 |
| Octal | 155 | 246 | 12 | 42 | 0 | 136 | 43 | 122 | 131 | 43 |
| Binary | 1101101 | 10100110 | 1010 | 100010 | 0 | 1011110 | 100011 | 1010010 | 1011001 | 100011 |
Color Harmonies of #6DA60A
Complementary color
Monochromatic Colors of #6DA60A
Black with #6DA60A
Text Example
Text Example
White with #6DA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA60A; }
p { color: rgb(109,166,10); }
H1.HeaderClassName
{
color: #6DA60A;
}
.AnyTagClassName
{
color: #6DA60A;
}
</style>
background-color css
<style>
a { background-color: #6DA60A; }
a { background-color: rgb(109,166,10); }
div.DivClassName
{
background-color: #6DA60A;
}
.BgClassName
{
background-color: #6DA60A;
}
</style>
border-color css
<style>
span { border-color: #6DA60A; }
span { border-color: rgb(109,166,10); }
td.TdClassName
{
border-color: #6DA60A;
}
.TagClassName
{
border-color: #6DA60A;
}
</style>