Shades of Christi #6DA705
Tints of Christi #6DA705
RGB
CMYK
RGB Variations
Color information
#6DA705 (or 0x6DA705) is known color: Christi. HEX triplet: 6D, A7 and 05. RGB value is (109,167,5). Sum of RGB (Red+Green+Blue) = 109+167+5=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA705 is #9258FA. Grayscale: #838383. Windows color (decimal): -9591035 or 370541. OLE color: 370541.
HSL color Cylindrical-coordinate representation of color #6DA705: hue angle of 81.48º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DA705 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 167 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.35 |
| HSL | 81.48º | 0.94% | 0.34% | - |
| HSV(B) | 81.48º | 0.97% | 0.65% | - |
| XYZ | 20.15 | 30.9 | 5.05 | - |
| YUV | 131.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 167 | 5 | 0.35 | 0 | 0.97 | 0.35 | 81.48 | 0.94 | 0.34 |
| Hex | 6D | A7 | 5 | 23 | 0 | 61 | 23 | 51 | 5E | 22 |
| Octal | 155 | 247 | 5 | 43 | 0 | 141 | 43 | 121 | 136 | 42 |
| Binary | 1101101 | 10100111 | 101 | 100011 | 0 | 1100001 | 100011 | 1010001 | 1011110 | 100010 |
Color Harmonies of #6DA705
Complementary color
Monochromatic Colors of #6DA705
Black with #6DA705
Text Example
Text Example
White with #6DA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA705; }
p { color: rgb(109,167,5); }
H1.HeaderClassName
{
color: #6DA705;
}
.AnyTagClassName
{
color: #6DA705;
}
</style>
background-color css
<style>
a { background-color: #6DA705; }
a { background-color: rgb(109,167,5); }
div.DivClassName
{
background-color: #6DA705;
}
.BgClassName
{
background-color: #6DA705;
}
</style>
border-color css
<style>
span { border-color: #6DA705; }
span { border-color: rgb(109,167,5); }
td.TdClassName
{
border-color: #6DA705;
}
.TagClassName
{
border-color: #6DA705;
}
</style>