Shades of Christi #6DA90A
Tints of Christi #6DA90A
RGB
CMYK
RGB Variations
Color information
#6DA90A (or 0x6DA90A) is known color: Christi. HEX triplet: 6D, A9 and 0A. RGB value is (109,169,10). Sum of RGB (Red+Green+Blue) = 109+169+10=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #6DA90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA90A is #9256F5. Grayscale: #858585. Windows color (decimal): -9590518 or 698733. OLE color: 698733.
HSL color Cylindrical-coordinate representation of color #6DA90A: hue angle of 82.64º 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 #6DA90A is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 169 | 10 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.34 |
| HSL | 82.64º | 0.89% | 0.35% | - |
| HSV(B) | 82.64º | 0.94% | 0.66% | - |
| XYZ | 20.55 | 31.65 | 5.31 | - |
| YUV | 132.93 | 58.62 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 10 | 0.36 | 0 | 0.94 | 0.34 | 82.64 | 0.89 | 0.35 |
| Hex | 6D | A9 | A | 24 | 0 | 5E | 22 | 53 | 59 | 23 |
| Octal | 155 | 251 | 12 | 44 | 0 | 136 | 42 | 123 | 131 | 43 |
| Binary | 1101101 | 10101001 | 1010 | 100100 | 0 | 1011110 | 100010 | 1010011 | 1011001 | 100011 |
Color Harmonies of #6DA90A
Complementary color
Monochromatic Colors of #6DA90A
Black with #6DA90A
Text Example
Text Example
White with #6DA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA90A; }
p { color: rgb(109,169,10); }
H1.HeaderClassName
{
color: #6DA90A;
}
.AnyTagClassName
{
color: #6DA90A;
}
</style>
background-color css
<style>
a { background-color: #6DA90A; }
a { background-color: rgb(109,169,10); }
div.DivClassName
{
background-color: #6DA90A;
}
.BgClassName
{
background-color: #6DA90A;
}
</style>
border-color css
<style>
span { border-color: #6DA90A; }
span { border-color: rgb(109,169,10); }
td.TdClassName
{
border-color: #6DA90A;
}
.TagClassName
{
border-color: #6DA90A;
}
</style>