Shades of Christi #6DB616
Tints of Christi #6DB616
RGB
CMYK
RGB Variations
Color information
#6DB616 (or 0x6DB616) is known color: Christi. HEX triplet: 6D, B6 and 16. RGB value is (109,182,22). Sum of RGB (Red+Green+Blue) = 109+182+22=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB616 is #9249E9. Grayscale: #8E8E8E. Windows color (decimal): -9587178 or 1488493. OLE color: 1488493.
HSL color Cylindrical-coordinate representation of color #6DB616: hue angle of 87.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DB616 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 22 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.29 |
| HSL | 87.38º | 0.78% | 0.4% | - |
| HSV(B) | 87.38º | 0.88% | 0.71% | - |
| XYZ | 23.18 | 36.77 | 6.63 | - |
| YUV | 141.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 22 | 0.40 | 0 | 0.88 | 0.29 | 87.38 | 0.78 | 0.4 |
| Hex | 6D | B6 | 16 | 28 | 0 | 58 | 1D | 57 | 4E | 28 |
| Octal | 155 | 266 | 26 | 50 | 0 | 130 | 35 | 127 | 116 | 50 |
| Binary | 1101101 | 10110110 | 10110 | 101000 | 0 | 1011000 | 11101 | 1010111 | 1001110 | 101000 |
Color Harmonies of #6DB616
Complementary color
Monochromatic Colors of #6DB616
Black with #6DB616
Text Example
Text Example
White with #6DB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB616; }
p { color: rgb(109,182,22); }
H1.HeaderClassName
{
color: #6DB616;
}
.AnyTagClassName
{
color: #6DB616;
}
</style>
background-color css
<style>
a { background-color: #6DB616; }
a { background-color: rgb(109,182,22); }
div.DivClassName
{
background-color: #6DB616;
}
.BgClassName
{
background-color: #6DB616;
}
</style>
border-color css
<style>
span { border-color: #6DB616; }
span { border-color: rgb(109,182,22); }
td.TdClassName
{
border-color: #6DB616;
}
.TagClassName
{
border-color: #6DB616;
}
</style>