Shades of Christi #6DA026
Tints of Christi #6DA026
RGB
CMYK
RGB Variations
Color information
#6DA026 (or 0x6DA026) is known color: Christi. HEX triplet: 6D, A0 and 26. RGB value is (109,160,38). Sum of RGB (Red+Green+Blue) = 109+160+38=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA026 is #925FD9. Grayscale: #838383. Windows color (decimal): -9592794 or 2531437. OLE color: 2531437.
HSL color Cylindrical-coordinate representation of color #6DA026: hue angle of 85.08º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DA026 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 38 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.37 |
| HSL | 85.08º | 0.62% | 0.39% | - |
| HSV(B) | 85.08º | 0.76% | 0.63% | - |
| XYZ | 19.23 | 28.53 | 6.33 | - |
| YUV | 130.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 38 | 0.32 | 0 | 0.76 | 0.37 | 85.08 | 0.62 | 0.39 |
| Hex | 6D | A0 | 26 | 20 | 0 | 4C | 25 | 55 | 3E | 27 |
| Octal | 155 | 240 | 46 | 40 | 0 | 114 | 45 | 125 | 76 | 47 |
| Binary | 1101101 | 10100000 | 100110 | 100000 | 0 | 1001100 | 100101 | 1010101 | 111110 | 100111 |
Color Harmonies of #6DA026
Complementary color
Monochromatic Colors of #6DA026
Black with #6DA026
Text Example
Text Example
White with #6DA026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA026; }
p { color: rgb(109,160,38); }
H1.HeaderClassName
{
color: #6DA026;
}
.AnyTagClassName
{
color: #6DA026;
}
</style>
background-color css
<style>
a { background-color: #6DA026; }
a { background-color: rgb(109,160,38); }
div.DivClassName
{
background-color: #6DA026;
}
.BgClassName
{
background-color: #6DA026;
}
</style>
border-color css
<style>
span { border-color: #6DA026; }
span { border-color: rgb(109,160,38); }
td.TdClassName
{
border-color: #6DA026;
}
.TagClassName
{
border-color: #6DA026;
}
</style>