Shades of Christi #6DAC05
Tints of Christi #6DAC05
RGB
CMYK
RGB Variations
Color information
#6DAC05 (or 0x6DAC05) is known color: Christi. HEX triplet: 6D, AC and 05. RGB value is (109,172,5). Sum of RGB (Red+Green+Blue) = 109+172+5=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAC05 is #9253FA. Grayscale: #868686. Windows color (decimal): -9589755 or 371821. OLE color: 371821.
HSL color Cylindrical-coordinate representation of color #6DAC05: hue angle of 82.63º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DAC05 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 5 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.33 |
| HSL | 82.63º | 0.94% | 0.35% | - |
| HSV(B) | 82.63º | 0.97% | 0.67% | - |
| XYZ | 21.09 | 32.77 | 5.36 | - |
| YUV | 134.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 5 | 0.37 | 0 | 0.97 | 0.33 | 82.63 | 0.94 | 0.35 |
| Hex | 6D | AC | 5 | 25 | 0 | 61 | 21 | 53 | 5E | 23 |
| Octal | 155 | 254 | 5 | 45 | 0 | 141 | 41 | 123 | 136 | 43 |
| Binary | 1101101 | 10101100 | 101 | 100101 | 0 | 1100001 | 100001 | 1010011 | 1011110 | 100011 |
Color Harmonies of #6DAC05
Complementary color
Monochromatic Colors of #6DAC05
Black with #6DAC05
Text Example
Text Example
White with #6DAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC05; }
p { color: rgb(109,172,5); }
H1.HeaderClassName
{
color: #6DAC05;
}
.AnyTagClassName
{
color: #6DAC05;
}
</style>
background-color css
<style>
a { background-color: #6DAC05; }
a { background-color: rgb(109,172,5); }
div.DivClassName
{
background-color: #6DAC05;
}
.BgClassName
{
background-color: #6DAC05;
}
</style>
border-color css
<style>
span { border-color: #6DAC05; }
span { border-color: rgb(109,172,5); }
td.TdClassName
{
border-color: #6DAC05;
}
.TagClassName
{
border-color: #6DAC05;
}
</style>