Shades of Christi #6DA005
Tints of Christi #6DA005
RGB
CMYK
RGB Variations
Color information
#6DA005 (or 0x6DA005) is known color: Christi. HEX triplet: 6D, A0 and 05. RGB value is (109,160,5). Sum of RGB (Red+Green+Blue) = 109+160+5=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA005 is #925FFA. Grayscale: #7F7F7F. Windows color (decimal): -9592827 or 368749. OLE color: 368749.
HSL color Cylindrical-coordinate representation of color #6DA005: hue angle of 79.74º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DA005 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.37 |
| HSL | 79.74º | 0.94% | 0.32% | - |
| HSV(B) | 79.74º | 0.97% | 0.63% | - |
| XYZ | 18.9 | 28.4 | 4.63 | - |
| YUV | 127.08 | 59.1 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 5 | 0.32 | 0 | 0.97 | 0.37 | 79.74 | 0.94 | 0.32 |
| Hex | 6D | A0 | 5 | 20 | 0 | 61 | 25 | 50 | 5E | 20 |
| Octal | 155 | 240 | 5 | 40 | 0 | 141 | 45 | 120 | 136 | 40 |
| Binary | 1101101 | 10100000 | 101 | 100000 | 0 | 1100001 | 100101 | 1010000 | 1011110 | 100000 |
Color Harmonies of #6DA005
Complementary color
Monochromatic Colors of #6DA005
Black with #6DA005
Text Example
Text Example
White with #6DA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA005; }
p { color: rgb(109,160,5); }
H1.HeaderClassName
{
color: #6DA005;
}
.AnyTagClassName
{
color: #6DA005;
}
</style>
background-color css
<style>
a { background-color: #6DA005; }
a { background-color: rgb(109,160,5); }
div.DivClassName
{
background-color: #6DA005;
}
.BgClassName
{
background-color: #6DA005;
}
</style>
border-color css
<style>
span { border-color: #6DA005; }
span { border-color: rgb(109,160,5); }
td.TdClassName
{
border-color: #6DA005;
}
.TagClassName
{
border-color: #6DA005;
}
</style>