Shades of Christi #6DB713
Tints of Christi #6DB713
RGB
CMYK
RGB Variations
Color information
#6DB713 (or 0x6DB713) is known color: Christi. HEX triplet: 6D, B7 and 13. RGB value is (109,183,19). Sum of RGB (Red+Green+Blue) = 109+183+19=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB713 is #9248EC. Grayscale: #8E8E8E. Windows color (decimal): -9586925 or 1292141. OLE color: 1292141.
HSL color Cylindrical-coordinate representation of color #6DB713: hue angle of 87.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DB713 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 19 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.28 |
| HSL | 87.07º | 0.81% | 0.4% | - |
| HSV(B) | 87.07º | 0.9% | 0.72% | - |
| XYZ | 23.36 | 37.17 | 6.56 | - |
| YUV | 142.18 | 58.48 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 19 | 0.40 | 0 | 0.90 | 0.28 | 87.07 | 0.81 | 0.4 |
| Hex | 6D | B7 | 13 | 28 | 0 | 5A | 1C | 57 | 51 | 28 |
| Octal | 155 | 267 | 23 | 50 | 0 | 132 | 34 | 127 | 121 | 50 |
| Binary | 1101101 | 10110111 | 10011 | 101000 | 0 | 1011010 | 11100 | 1010111 | 1010001 | 101000 |
Color Harmonies of #6DB713
Complementary color
Monochromatic Colors of #6DB713
Black with #6DB713
Text Example
Text Example
White with #6DB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB713; }
p { color: rgb(109,183,19); }
H1.HeaderClassName
{
color: #6DB713;
}
.AnyTagClassName
{
color: #6DB713;
}
</style>
background-color css
<style>
a { background-color: #6DB713; }
a { background-color: rgb(109,183,19); }
div.DivClassName
{
background-color: #6DB713;
}
.BgClassName
{
background-color: #6DB713;
}
</style>
border-color css
<style>
span { border-color: #6DB713; }
span { border-color: rgb(109,183,19); }
td.TdClassName
{
border-color: #6DB713;
}
.TagClassName
{
border-color: #6DB713;
}
</style>