Shades of Christi #6DAC00
Tints of Christi #6DAC00
RGB
CMYK
RGB Variations
Color information
#6DAC00 (or 0x6DAC00) is known color: Christi. HEX triplet: 6D, AC and 00. RGB value is (109,172,0). Sum of RGB (Red+Green+Blue) = 109+172+0=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAC00 is #9253FF. Grayscale: #868686. Windows color (decimal): -9589760 or 44141. OLE color: 44141.
HSL color Cylindrical-coordinate representation of color #6DAC00: hue angle of 81.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DAC00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.33 |
| HSL | 81.98º | 1% | 0.34% | - |
| HSV(B) | 81.98º | 1% | 0.67% | - |
| XYZ | 21.06 | 32.76 | 5.21 | - |
| YUV | 133.56 | 52.63 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 0 | 0.37 | 0 | 1 | 0.33 | 81.98 | 1 | 0.34 |
| Hex | 6D | AC | 0 | 25 | 0 | 64 | 21 | 52 | 64 | 22 |
| Octal | 155 | 254 | 0 | 45 | 0 | 144 | 41 | 122 | 144 | 42 |
| Binary | 1101101 | 10101100 | 0 | 100101 | 0 | 1100100 | 100001 | 1010010 | 1100100 | 100010 |
Color Harmonies of #6DAC00
Complementary color
Monochromatic Colors of #6DAC00
Black with #6DAC00
Text Example
Text Example
White with #6DAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC00; }
p { color: rgb(109,172,0); }
H1.HeaderClassName
{
color: #6DAC00;
}
.AnyTagClassName
{
color: #6DAC00;
}
</style>
background-color css
<style>
a { background-color: #6DAC00; }
a { background-color: rgb(109,172,0); }
div.DivClassName
{
background-color: #6DAC00;
}
.BgClassName
{
background-color: #6DAC00;
}
</style>
border-color css
<style>
span { border-color: #6DAC00; }
span { border-color: rgb(109,172,0); }
td.TdClassName
{
border-color: #6DAC00;
}
.TagClassName
{
border-color: #6DAC00;
}
</style>