Shades of Christi #6DA30D
Tints of Christi #6DA30D
RGB
CMYK
RGB Variations
Color information
#6DA30D (or 0x6DA30D) is known color: Christi. HEX triplet: 6D, A3 and 0D. RGB value is (109,163,13). Sum of RGB (Red+Green+Blue) = 109+163+13=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA30D is #925CF2. Grayscale: #828282. Windows color (decimal): -9592051 or 893805. OLE color: 893805.
HSL color Cylindrical-coordinate representation of color #6DA30D: hue angle of 81.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DA30D is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 13 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.36 |
| HSL | 81.6º | 0.85% | 0.35% | - |
| HSV(B) | 81.6º | 0.92% | 0.64% | - |
| XYZ | 19.48 | 29.47 | 5.04 | - |
| YUV | 129.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 13 | 0.33 | 0 | 0.92 | 0.36 | 81.6 | 0.85 | 0.35 |
| Hex | 6D | A3 | D | 21 | 0 | 5C | 24 | 52 | 55 | 23 |
| Octal | 155 | 243 | 15 | 41 | 0 | 134 | 44 | 122 | 125 | 43 |
| Binary | 1101101 | 10100011 | 1101 | 100001 | 0 | 1011100 | 100100 | 1010010 | 1010101 | 100011 |
Color Harmonies of #6DA30D
Complementary color
Monochromatic Colors of #6DA30D
Black with #6DA30D
Text Example
Text Example
White with #6DA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA30D; }
p { color: rgb(109,163,13); }
H1.HeaderClassName
{
color: #6DA30D;
}
.AnyTagClassName
{
color: #6DA30D;
}
</style>
background-color css
<style>
a { background-color: #6DA30D; }
a { background-color: rgb(109,163,13); }
div.DivClassName
{
background-color: #6DA30D;
}
.BgClassName
{
background-color: #6DA30D;
}
</style>
border-color css
<style>
span { border-color: #6DA30D; }
span { border-color: rgb(109,163,13); }
td.TdClassName
{
border-color: #6DA30D;
}
.TagClassName
{
border-color: #6DA30D;
}
</style>