Shades of Christi #6DAC1D
Tints of Christi #6DAC1D
RGB
CMYK
RGB Variations
Color information
#6DAC1D (or 0x6DAC1D) is known color: Christi. HEX triplet: 6D, AC and 1D. RGB value is (109,172,29). Sum of RGB (Red+Green+Blue) = 109+172+29=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAC1D is #9253E2. Grayscale: #898989. Windows color (decimal): -9589731 or 1944685. OLE color: 1944685.
HSL color Cylindrical-coordinate representation of color #6DAC1D: hue angle of 86.43º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6DAC1D is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 29 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.33 |
| HSL | 86.43º | 0.71% | 0.39% | - |
| HSV(B) | 86.43º | 0.83% | 0.67% | - |
| XYZ | 21.28 | 32.84 | 6.38 | - |
| YUV | 136.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 29 | 0.37 | 0 | 0.83 | 0.33 | 86.43 | 0.71 | 0.39 |
| Hex | 6D | AC | 1D | 25 | 0 | 53 | 21 | 56 | 47 | 27 |
| Octal | 155 | 254 | 35 | 45 | 0 | 123 | 41 | 126 | 107 | 47 |
| Binary | 1101101 | 10101100 | 11101 | 100101 | 0 | 1010011 | 100001 | 1010110 | 1000111 | 100111 |
Color Harmonies of #6DAC1D
Complementary color
Monochromatic Colors of #6DAC1D
Black with #6DAC1D
Text Example
Text Example
White with #6DAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC1D; }
p { color: rgb(109,172,29); }
H1.HeaderClassName
{
color: #6DAC1D;
}
.AnyTagClassName
{
color: #6DAC1D;
}
</style>
background-color css
<style>
a { background-color: #6DAC1D; }
a { background-color: rgb(109,172,29); }
div.DivClassName
{
background-color: #6DAC1D;
}
.BgClassName
{
background-color: #6DAC1D;
}
</style>
border-color css
<style>
span { border-color: #6DAC1D; }
span { border-color: rgb(109,172,29); }
td.TdClassName
{
border-color: #6DAC1D;
}
.TagClassName
{
border-color: #6DAC1D;
}
</style>