Shades of Christi #6DA01D
Tints of Christi #6DA01D
RGB
CMYK
RGB Variations
Color information
#6DA01D (or 0x6DA01D) is known color: Christi. HEX triplet: 6D, A0 and 1D. RGB value is (109,160,29). Sum of RGB (Red+Green+Blue) = 109+160+29=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA01D is #925FE2. Grayscale: #828282. Windows color (decimal): -9592803 or 1941613. OLE color: 1941613.
HSL color Cylindrical-coordinate representation of color #6DA01D: hue angle of 83.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DA01D is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 29 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.37 |
| HSL | 83.36º | 0.69% | 0.37% | - |
| HSV(B) | 83.36º | 0.82% | 0.63% | - |
| XYZ | 19.1 | 28.48 | 5.65 | - |
| YUV | 129.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 29 | 0.32 | 0 | 0.82 | 0.37 | 83.36 | 0.69 | 0.37 |
| Hex | 6D | A0 | 1D | 20 | 0 | 52 | 25 | 53 | 45 | 25 |
| Octal | 155 | 240 | 35 | 40 | 0 | 122 | 45 | 123 | 105 | 45 |
| Binary | 1101101 | 10100000 | 11101 | 100000 | 0 | 1010010 | 100101 | 1010011 | 1000101 | 100101 |
Color Harmonies of #6DA01D
Complementary color
Monochromatic Colors of #6DA01D
Black with #6DA01D
Text Example
Text Example
White with #6DA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA01D; }
p { color: rgb(109,160,29); }
H1.HeaderClassName
{
color: #6DA01D;
}
.AnyTagClassName
{
color: #6DA01D;
}
</style>
background-color css
<style>
a { background-color: #6DA01D; }
a { background-color: rgb(109,160,29); }
div.DivClassName
{
background-color: #6DA01D;
}
.BgClassName
{
background-color: #6DA01D;
}
</style>
border-color css
<style>
span { border-color: #6DA01D; }
span { border-color: rgb(109,160,29); }
td.TdClassName
{
border-color: #6DA01D;
}
.TagClassName
{
border-color: #6DA01D;
}
</style>