Shades of Christi #6DA80A
Tints of Christi #6DA80A
RGB
CMYK
RGB Variations
Color information
#6DA80A (or 0x6DA80A) is known color: Christi. HEX triplet: 6D, A8 and 0A. RGB value is (109,168,10). Sum of RGB (Red+Green+Blue) = 109+168+10=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA80A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA80A is #9257F5. Grayscale: #848484. Windows color (decimal): -9590774 or 698477. OLE color: 698477.
HSL color Cylindrical-coordinate representation of color #6DA80A: hue angle of 82.41º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DA80A is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 10 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.34 |
| HSL | 82.41º | 0.89% | 0.35% | - |
| HSV(B) | 82.41º | 0.94% | 0.66% | - |
| XYZ | 20.36 | 31.28 | 5.25 | - |
| YUV | 132.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 10 | 0.35 | 0 | 0.94 | 0.34 | 82.41 | 0.89 | 0.35 |
| Hex | 6D | A8 | A | 23 | 0 | 5E | 22 | 52 | 59 | 23 |
| Octal | 155 | 250 | 12 | 43 | 0 | 136 | 42 | 122 | 131 | 43 |
| Binary | 1101101 | 10101000 | 1010 | 100011 | 0 | 1011110 | 100010 | 1010010 | 1011001 | 100011 |
Color Harmonies of #6DA80A
Complementary color
Monochromatic Colors of #6DA80A
Black with #6DA80A
Text Example
Text Example
White with #6DA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA80A; }
p { color: rgb(109,168,10); }
H1.HeaderClassName
{
color: #6DA80A;
}
.AnyTagClassName
{
color: #6DA80A;
}
</style>
background-color css
<style>
a { background-color: #6DA80A; }
a { background-color: rgb(109,168,10); }
div.DivClassName
{
background-color: #6DA80A;
}
.BgClassName
{
background-color: #6DA80A;
}
</style>
border-color css
<style>
span { border-color: #6DA80A; }
span { border-color: rgb(109,168,10); }
td.TdClassName
{
border-color: #6DA80A;
}
.TagClassName
{
border-color: #6DA80A;
}
</style>