Shades of Christi #6DB920
Tints of Christi #6DB920
RGB
CMYK
RGB Variations
Color information
#6DB920 (or 0x6DB920) is known color: Christi. HEX triplet: 6D, B9 and 20. RGB value is (109,185,32). Sum of RGB (Red+Green+Blue) = 109+185+32=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB920 is #9246DF. Grayscale: #919191. Windows color (decimal): -9586400 or 2144621. OLE color: 2144621.
HSL color Cylindrical-coordinate representation of color #6DB920: hue angle of 89.8º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6DB920 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 32 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.27 |
| HSL | 89.8º | 0.71% | 0.43% | - |
| HSV(B) | 89.8º | 0.83% | 0.73% | - |
| XYZ | 23.92 | 38.05 | 7.45 | - |
| YUV | 144.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 32 | 0.41 | 0 | 0.83 | 0.27 | 89.8 | 0.71 | 0.43 |
| Hex | 6D | B9 | 20 | 29 | 0 | 53 | 1B | 5A | 47 | 2B |
| Octal | 155 | 271 | 40 | 51 | 0 | 123 | 33 | 132 | 107 | 53 |
| Binary | 1101101 | 10111001 | 100000 | 101001 | 0 | 1010011 | 11011 | 1011010 | 1000111 | 101011 |
Color Harmonies of #6DB920
Complementary color
Monochromatic Colors of #6DB920
Black with #6DB920
Text Example
Text Example
White with #6DB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB920; }
p { color: rgb(109,185,32); }
H1.HeaderClassName
{
color: #6DB920;
}
.AnyTagClassName
{
color: #6DB920;
}
</style>
background-color css
<style>
a { background-color: #6DB920; }
a { background-color: rgb(109,185,32); }
div.DivClassName
{
background-color: #6DB920;
}
.BgClassName
{
background-color: #6DB920;
}
</style>
border-color css
<style>
span { border-color: #6DB920; }
span { border-color: rgb(109,185,32); }
td.TdClassName
{
border-color: #6DB920;
}
.TagClassName
{
border-color: #6DB920;
}
</style>