Shades of Christi #6DB20A
Tints of Christi #6DB20A
RGB
CMYK
RGB Variations
Color information
#6DB20A (or 0x6DB20A) is known color: Christi. HEX triplet: 6D, B2 and 0A. RGB value is (109,178,10). Sum of RGB (Red+Green+Blue) = 109+178+10=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB20A is #924DF5. Grayscale: #8A8A8A. Windows color (decimal): -9588214 or 701037. OLE color: 701037.
HSL color Cylindrical-coordinate representation of color #6DB20A: hue angle of 84.64º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DB20A is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 10 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.30 |
| HSL | 84.64º | 0.89% | 0.37% | - |
| HSV(B) | 84.64º | 0.94% | 0.7% | - |
| XYZ | 22.28 | 35.11 | 5.89 | - |
| YUV | 138.22 | 55.64 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 10 | 0.39 | 0 | 0.94 | 0.30 | 84.64 | 0.89 | 0.37 |
| Hex | 6D | B2 | A | 27 | 0 | 5E | 1E | 55 | 59 | 25 |
| Octal | 155 | 262 | 12 | 47 | 0 | 136 | 36 | 125 | 131 | 45 |
| Binary | 1101101 | 10110010 | 1010 | 100111 | 0 | 1011110 | 11110 | 1010101 | 1011001 | 100101 |
Color Harmonies of #6DB20A
Complementary color
Monochromatic Colors of #6DB20A
Black with #6DB20A
Text Example
Text Example
White with #6DB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB20A; }
p { color: rgb(109,178,10); }
H1.HeaderClassName
{
color: #6DB20A;
}
.AnyTagClassName
{
color: #6DB20A;
}
</style>
background-color css
<style>
a { background-color: #6DB20A; }
a { background-color: rgb(109,178,10); }
div.DivClassName
{
background-color: #6DB20A;
}
.BgClassName
{
background-color: #6DB20A;
}
</style>
border-color css
<style>
span { border-color: #6DB20A; }
span { border-color: rgb(109,178,10); }
td.TdClassName
{
border-color: #6DB20A;
}
.TagClassName
{
border-color: #6DB20A;
}
</style>