Shades of Christi #6DB416
Tints of Christi #6DB416
RGB
CMYK
RGB Variations
Color information
#6DB416 (or 0x6DB416) is known color: Christi. HEX triplet: 6D, B4 and 16. RGB value is (109,180,22). Sum of RGB (Red+Green+Blue) = 109+180+22=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB416 is #924BE9. Grayscale: #8D8D8D. Windows color (decimal): -9587690 or 1487981. OLE color: 1487981.
HSL color Cylindrical-coordinate representation of color #6DB416: hue angle of 86.96º 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 #6DB416 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 22 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.29 |
| HSL | 86.96º | 0.78% | 0.4% | - |
| HSV(B) | 86.96º | 0.88% | 0.71% | - |
| XYZ | 22.77 | 35.95 | 6.5 | - |
| YUV | 140.76 | 60.98 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 22 | 0.39 | 0 | 0.88 | 0.29 | 86.96 | 0.78 | 0.4 |
| Hex | 6D | B4 | 16 | 27 | 0 | 58 | 1D | 57 | 4E | 28 |
| Octal | 155 | 264 | 26 | 47 | 0 | 130 | 35 | 127 | 116 | 50 |
| Binary | 1101101 | 10110100 | 10110 | 100111 | 0 | 1011000 | 11101 | 1010111 | 1001110 | 101000 |
Color Harmonies of #6DB416
Complementary color
Monochromatic Colors of #6DB416
Black with #6DB416
Text Example
Text Example
White with #6DB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB416; }
p { color: rgb(109,180,22); }
H1.HeaderClassName
{
color: #6DB416;
}
.AnyTagClassName
{
color: #6DB416;
}
</style>
background-color css
<style>
a { background-color: #6DB416; }
a { background-color: rgb(109,180,22); }
div.DivClassName
{
background-color: #6DB416;
}
.BgClassName
{
background-color: #6DB416;
}
</style>
border-color css
<style>
span { border-color: #6DB416; }
span { border-color: rgb(109,180,22); }
td.TdClassName
{
border-color: #6DB416;
}
.TagClassName
{
border-color: #6DB416;
}
</style>