Shades of Christi #6DA82C
Tints of Christi #6DA82C
RGB
CMYK
RGB Variations
Color information
#6DA82C (or 0x6DA82C) is known color: Christi. HEX triplet: 6D, A8 and 2C. RGB value is (109,168,44). Sum of RGB (Red+Green+Blue) = 109+168+44=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA82C is #9257D3. Grayscale: #888888. Windows color (decimal): -9590740 or 2926701. OLE color: 2926701.
HSL color Cylindrical-coordinate representation of color #6DA82C: hue angle of 88.55º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DA82C is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 44 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.34 |
| HSL | 88.55º | 0.58% | 0.42% | - |
| HSV(B) | 88.55º | 0.74% | 0.66% | - |
| XYZ | 20.76 | 31.44 | 7.36 | - |
| YUV | 136.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 44 | 0.35 | 0 | 0.74 | 0.34 | 88.55 | 0.58 | 0.42 |
| Hex | 6D | A8 | 2C | 23 | 0 | 4A | 22 | 59 | 3A | 2A |
| Octal | 155 | 250 | 54 | 43 | 0 | 112 | 42 | 131 | 72 | 52 |
| Binary | 1101101 | 10101000 | 101100 | 100011 | 0 | 1001010 | 100010 | 1011001 | 111010 | 101010 |
Color Harmonies of #6DA82C
Complementary color
Monochromatic Colors of #6DA82C
Black with #6DA82C
Text Example
Text Example
White with #6DA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA82C; }
p { color: rgb(109,168,44); }
H1.HeaderClassName
{
color: #6DA82C;
}
.AnyTagClassName
{
color: #6DA82C;
}
</style>
background-color css
<style>
a { background-color: #6DA82C; }
a { background-color: rgb(109,168,44); }
div.DivClassName
{
background-color: #6DA82C;
}
.BgClassName
{
background-color: #6DA82C;
}
</style>
border-color css
<style>
span { border-color: #6DA82C; }
span { border-color: rgb(109,168,44); }
td.TdClassName
{
border-color: #6DA82C;
}
.TagClassName
{
border-color: #6DA82C;
}
</style>