Shades of Christi #6DA716
Tints of Christi #6DA716
RGB
CMYK
RGB Variations
Color information
#6DA716 (or 0x6DA716) is known color: Christi. HEX triplet: 6D, A7 and 16. RGB value is (109,167,22). Sum of RGB (Red+Green+Blue) = 109+167+22=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA716 is #9258E9. Grayscale: #858585. Windows color (decimal): -9591018 or 1484653. OLE color: 1484653.
HSL color Cylindrical-coordinate representation of color #6DA716: hue angle of 84º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DA716 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 167 | 22 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.35 |
| HSL | 84º | 0.77% | 0.37% | - |
| HSV(B) | 84º | 0.87% | 0.65% | - |
| XYZ | 20.27 | 30.95 | 5.66 | - |
| YUV | 133.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 167 | 22 | 0.35 | 0 | 0.87 | 0.35 | 84 | 0.77 | 0.37 |
| Hex | 6D | A7 | 16 | 23 | 0 | 57 | 23 | 54 | 4D | 25 |
| Octal | 155 | 247 | 26 | 43 | 0 | 127 | 43 | 124 | 115 | 45 |
| Binary | 1101101 | 10100111 | 10110 | 100011 | 0 | 1010111 | 100011 | 1010100 | 1001101 | 100101 |
Color Harmonies of #6DA716
Complementary color
Monochromatic Colors of #6DA716
Black with #6DA716
Text Example
Text Example
White with #6DA716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA716; }
p { color: rgb(109,167,22); }
H1.HeaderClassName
{
color: #6DA716;
}
.AnyTagClassName
{
color: #6DA716;
}
</style>
background-color css
<style>
a { background-color: #6DA716; }
a { background-color: rgb(109,167,22); }
div.DivClassName
{
background-color: #6DA716;
}
.BgClassName
{
background-color: #6DA716;
}
</style>
border-color css
<style>
span { border-color: #6DA716; }
span { border-color: rgb(109,167,22); }
td.TdClassName
{
border-color: #6DA716;
}
.TagClassName
{
border-color: #6DA716;
}
</style>