Shades of Christi #6DA810
Tints of Christi #6DA810
RGB
CMYK
RGB Variations
Color information
#6DA810 (or 0x6DA810) is known color: Christi. HEX triplet: 6D, A8 and 10. RGB value is (109,168,16). Sum of RGB (Red+Green+Blue) = 109+168+16=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA810 is #9257EF. Grayscale: #858585. Windows color (decimal): -9590768 or 1091693. OLE color: 1091693.
HSL color Cylindrical-coordinate representation of color #6DA810: hue angle of 83.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DA810 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 16 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.34 |
| HSL | 83.29º | 0.83% | 0.36% | - |
| HSV(B) | 83.29º | 0.9% | 0.66% | - |
| XYZ | 20.4 | 31.29 | 5.46 | - |
| YUV | 133.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 16 | 0.35 | 0 | 0.90 | 0.34 | 83.29 | 0.83 | 0.36 |
| Hex | 6D | A8 | 10 | 23 | 0 | 5A | 22 | 53 | 53 | 24 |
| Octal | 155 | 250 | 20 | 43 | 0 | 132 | 42 | 123 | 123 | 44 |
| Binary | 1101101 | 10101000 | 10000 | 100011 | 0 | 1011010 | 100010 | 1010011 | 1010011 | 100100 |
Color Harmonies of #6DA810
Complementary color
Monochromatic Colors of #6DA810
Black with #6DA810
Text Example
Text Example
White with #6DA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA810; }
p { color: rgb(109,168,16); }
H1.HeaderClassName
{
color: #6DA810;
}
.AnyTagClassName
{
color: #6DA810;
}
</style>
background-color css
<style>
a { background-color: #6DA810; }
a { background-color: rgb(109,168,16); }
div.DivClassName
{
background-color: #6DA810;
}
.BgClassName
{
background-color: #6DA810;
}
</style>
border-color css
<style>
span { border-color: #6DA810; }
span { border-color: rgb(109,168,16); }
td.TdClassName
{
border-color: #6DA810;
}
.TagClassName
{
border-color: #6DA810;
}
</style>