Shades of Christi #6DB716
Tints of Christi #6DB716
RGB
CMYK
RGB Variations
Color information
#6DB716 (or 0x6DB716) is known color: Christi. HEX triplet: 6D, B7 and 16. RGB value is (109,183,22). Sum of RGB (Red+Green+Blue) = 109+183+22=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB716 is #9248E9. Grayscale: #8F8F8F. Windows color (decimal): -9586922 or 1488749. OLE color: 1488749.
HSL color Cylindrical-coordinate representation of color #6DB716: hue angle of 87.58º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DB716 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 22 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.28 |
| HSL | 87.58º | 0.79% | 0.4% | - |
| HSV(B) | 87.58º | 0.88% | 0.72% | - |
| XYZ | 23.38 | 37.18 | 6.7 | - |
| YUV | 142.52 | 59.98 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 22 | 0.40 | 0 | 0.88 | 0.28 | 87.58 | 0.79 | 0.4 |
| Hex | 6D | B7 | 16 | 28 | 0 | 58 | 1C | 58 | 4F | 28 |
| Octal | 155 | 267 | 26 | 50 | 0 | 130 | 34 | 130 | 117 | 50 |
| Binary | 1101101 | 10110111 | 10110 | 101000 | 0 | 1011000 | 11100 | 1011000 | 1001111 | 101000 |
Color Harmonies of #6DB716
Complementary color
Monochromatic Colors of #6DB716
Black with #6DB716
Text Example
Text Example
White with #6DB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB716; }
p { color: rgb(109,183,22); }
H1.HeaderClassName
{
color: #6DB716;
}
.AnyTagClassName
{
color: #6DB716;
}
</style>
background-color css
<style>
a { background-color: #6DB716; }
a { background-color: rgb(109,183,22); }
div.DivClassName
{
background-color: #6DB716;
}
.BgClassName
{
background-color: #6DB716;
}
</style>
border-color css
<style>
span { border-color: #6DB716; }
span { border-color: rgb(109,183,22); }
td.TdClassName
{
border-color: #6DB716;
}
.TagClassName
{
border-color: #6DB716;
}
</style>