Shades of Christi #6DB70C
Tints of Christi #6DB70C
RGB
CMYK
RGB Variations
Color information
#6DB70C (or 0x6DB70C) is known color: Christi. HEX triplet: 6D, B7 and 0C. RGB value is (109,183,12). Sum of RGB (Red+Green+Blue) = 109+183+12=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB70C is #9248F3. Grayscale: #8D8D8D. Windows color (decimal): -9586932 or 833389. OLE color: 833389.
HSL color Cylindrical-coordinate representation of color #6DB70C: hue angle of 85.96º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DB70C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 12 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.28 |
| HSL | 85.96º | 0.88% | 0.38% | - |
| HSV(B) | 85.96º | 0.93% | 0.72% | - |
| XYZ | 23.31 | 37.14 | 6.29 | - |
| YUV | 141.38 | 54.98 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 12 | 0.40 | 0 | 0.93 | 0.28 | 85.96 | 0.88 | 0.38 |
| Hex | 6D | B7 | C | 28 | 0 | 5D | 1C | 56 | 58 | 26 |
| Octal | 155 | 267 | 14 | 50 | 0 | 135 | 34 | 126 | 130 | 46 |
| Binary | 1101101 | 10110111 | 1100 | 101000 | 0 | 1011101 | 11100 | 1010110 | 1011000 | 100110 |
Color Harmonies of #6DB70C
Complementary color
Monochromatic Colors of #6DB70C
Black with #6DB70C
Text Example
Text Example
White with #6DB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB70C; }
p { color: rgb(109,183,12); }
H1.HeaderClassName
{
color: #6DB70C;
}
.AnyTagClassName
{
color: #6DB70C;
}
</style>
background-color css
<style>
a { background-color: #6DB70C; }
a { background-color: rgb(109,183,12); }
div.DivClassName
{
background-color: #6DB70C;
}
.BgClassName
{
background-color: #6DB70C;
}
</style>
border-color css
<style>
span { border-color: #6DB70C; }
span { border-color: rgb(109,183,12); }
td.TdClassName
{
border-color: #6DB70C;
}
.TagClassName
{
border-color: #6DB70C;
}
</style>