Shades of Christi #6DB90D
Tints of Christi #6DB90D
RGB
CMYK
RGB Variations
Color information
#6DB90D (or 0x6DB90D) is known color: Christi. HEX triplet: 6D, B9 and 0D. RGB value is (109,185,13). Sum of RGB (Red+Green+Blue) = 109+185+13=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB90D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB90D is #9246F2. Grayscale: #8F8F8F. Windows color (decimal): -9586419 or 899437. OLE color: 899437.
HSL color Cylindrical-coordinate representation of color #6DB90D: hue angle of 86.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DB90D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 13 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.27 |
| HSL | 86.51º | 0.87% | 0.39% | - |
| HSV(B) | 86.51º | 0.93% | 0.73% | - |
| XYZ | 23.73 | 37.98 | 6.46 | - |
| YUV | 142.67 | 54.82 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 13 | 0.41 | 0 | 0.93 | 0.27 | 86.51 | 0.87 | 0.39 |
| Hex | 6D | B9 | D | 29 | 0 | 5D | 1B | 57 | 57 | 27 |
| Octal | 155 | 271 | 15 | 51 | 0 | 135 | 33 | 127 | 127 | 47 |
| Binary | 1101101 | 10111001 | 1101 | 101001 | 0 | 1011101 | 11011 | 1010111 | 1010111 | 100111 |
Color Harmonies of #6DB90D
Complementary color
Monochromatic Colors of #6DB90D
Black with #6DB90D
Text Example
Text Example
White with #6DB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB90D; }
p { color: rgb(109,185,13); }
H1.HeaderClassName
{
color: #6DB90D;
}
.AnyTagClassName
{
color: #6DB90D;
}
</style>
background-color css
<style>
a { background-color: #6DB90D; }
a { background-color: rgb(109,185,13); }
div.DivClassName
{
background-color: #6DB90D;
}
.BgClassName
{
background-color: #6DB90D;
}
</style>
border-color css
<style>
span { border-color: #6DB90D; }
span { border-color: rgb(109,185,13); }
td.TdClassName
{
border-color: #6DB90D;
}
.TagClassName
{
border-color: #6DB90D;
}
</style>