Shades of Christi #6DAD04
Tints of Christi #6DAD04
RGB
CMYK
RGB Variations
Color information
#6DAD04 (or 0x6DAD04) is known color: Christi. HEX triplet: 6D, AD and 04. RGB value is (109,173,4). Sum of RGB (Red+Green+Blue) = 109+173+4=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAD04 is #9252FB. Grayscale: #878787. Windows color (decimal): -9589500 or 306541. OLE color: 306541.
HSL color Cylindrical-coordinate representation of color #6DAD04: hue angle of 82.72º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6DAD04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.32 |
| HSL | 82.72º | 0.95% | 0.35% | - |
| HSV(B) | 82.72º | 0.98% | 0.68% | - |
| XYZ | 21.27 | 33.15 | 5.39 | - |
| YUV | 134.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 4 | 0.37 | 0 | 0.98 | 0.32 | 82.72 | 0.95 | 0.35 |
| Hex | 6D | AD | 4 | 25 | 0 | 62 | 20 | 53 | 5F | 23 |
| Octal | 155 | 255 | 4 | 45 | 0 | 142 | 40 | 123 | 137 | 43 |
| Binary | 1101101 | 10101101 | 100 | 100101 | 0 | 1100010 | 100000 | 1010011 | 1011111 | 100011 |
Color Harmonies of #6DAD04
Complementary color
Monochromatic Colors of #6DAD04
Black with #6DAD04
Text Example
Text Example
White with #6DAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAD04; }
p { color: rgb(109,173,4); }
H1.HeaderClassName
{
color: #6DAD04;
}
.AnyTagClassName
{
color: #6DAD04;
}
</style>
background-color css
<style>
a { background-color: #6DAD04; }
a { background-color: rgb(109,173,4); }
div.DivClassName
{
background-color: #6DAD04;
}
.BgClassName
{
background-color: #6DAD04;
}
</style>
border-color css
<style>
span { border-color: #6DAD04; }
span { border-color: rgb(109,173,4); }
td.TdClassName
{
border-color: #6DAD04;
}
.TagClassName
{
border-color: #6DAD04;
}
</style>