Shades of Christi #6DB210
Tints of Christi #6DB210
RGB
CMYK
RGB Variations
Color information
#6DB210 (or 0x6DB210) is known color: Christi. HEX triplet: 6D, B2 and 10. RGB value is (109,178,16). Sum of RGB (Red+Green+Blue) = 109+178+16=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB210 is #924DEF. Grayscale: #8B8B8B. Windows color (decimal): -9588208 or 1094253. OLE color: 1094253.
HSL color Cylindrical-coordinate representation of color #6DB210: hue angle of 85.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DB210 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 16 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.30 |
| HSL | 85.56º | 0.84% | 0.38% | - |
| HSV(B) | 85.56º | 0.91% | 0.7% | - |
| XYZ | 22.32 | 35.13 | 6.09 | - |
| YUV | 138.9 | 58.64 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 16 | 0.39 | 0 | 0.91 | 0.30 | 85.56 | 0.84 | 0.38 |
| Hex | 6D | B2 | 10 | 27 | 0 | 5B | 1E | 56 | 54 | 26 |
| Octal | 155 | 262 | 20 | 47 | 0 | 133 | 36 | 126 | 124 | 46 |
| Binary | 1101101 | 10110010 | 10000 | 100111 | 0 | 1011011 | 11110 | 1010110 | 1010100 | 100110 |
Color Harmonies of #6DB210
Complementary color
Monochromatic Colors of #6DB210
Black with #6DB210
Text Example
Text Example
White with #6DB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB210; }
p { color: rgb(109,178,16); }
H1.HeaderClassName
{
color: #6DB210;
}
.AnyTagClassName
{
color: #6DB210;
}
</style>
background-color css
<style>
a { background-color: #6DB210; }
a { background-color: rgb(109,178,16); }
div.DivClassName
{
background-color: #6DB210;
}
.BgClassName
{
background-color: #6DB210;
}
</style>
border-color css
<style>
span { border-color: #6DB210; }
span { border-color: rgb(109,178,16); }
td.TdClassName
{
border-color: #6DB210;
}
.TagClassName
{
border-color: #6DB210;
}
</style>