Shades of Christi #6DA122
Tints of Christi #6DA122
RGB
CMYK
RGB Variations
Color information
#6DA122 (or 0x6DA122) is known color: Christi. HEX triplet: 6D, A1 and 22. RGB value is (109,161,34). Sum of RGB (Red+Green+Blue) = 109+161+34=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA122 is #925EDD. Grayscale: #838383. Windows color (decimal): -9592542 or 2269549. OLE color: 2269549.
HSL color Cylindrical-coordinate representation of color #6DA122: hue angle of 84.57º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6DA122 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 161 | 34 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.37 |
| HSL | 84.57º | 0.65% | 0.38% | - |
| HSV(B) | 84.57º | 0.79% | 0.63% | - |
| XYZ | 19.34 | 28.86 | 6.06 | - |
| YUV | 130.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 34 | 0.32 | 0 | 0.79 | 0.37 | 84.57 | 0.65 | 0.38 |
| Hex | 6D | A1 | 22 | 20 | 0 | 4F | 25 | 55 | 41 | 26 |
| Octal | 155 | 241 | 42 | 40 | 0 | 117 | 45 | 125 | 101 | 46 |
| Binary | 1101101 | 10100001 | 100010 | 100000 | 0 | 1001111 | 100101 | 1010101 | 1000001 | 100110 |
Color Harmonies of #6DA122
Complementary color
Monochromatic Colors of #6DA122
Black with #6DA122
Text Example
Text Example
White with #6DA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA122; }
p { color: rgb(109,161,34); }
H1.HeaderClassName
{
color: #6DA122;
}
.AnyTagClassName
{
color: #6DA122;
}
</style>
background-color css
<style>
a { background-color: #6DA122; }
a { background-color: rgb(109,161,34); }
div.DivClassName
{
background-color: #6DA122;
}
.BgClassName
{
background-color: #6DA122;
}
</style>
border-color css
<style>
span { border-color: #6DA122; }
span { border-color: rgb(109,161,34); }
td.TdClassName
{
border-color: #6DA122;
}
.TagClassName
{
border-color: #6DA122;
}
</style>