Shades of Christi #6DA310
Tints of Christi #6DA310
RGB
CMYK
RGB Variations
Color information
#6DA310 (or 0x6DA310) is known color: Christi. HEX triplet: 6D, A3 and 10. RGB value is (109,163,16). Sum of RGB (Red+Green+Blue) = 109+163+16=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA310 is #925CEF. Grayscale: #828282. Windows color (decimal): -9592048 or 1090413. OLE color: 1090413.
HSL color Cylindrical-coordinate representation of color #6DA310: hue angle of 82.04º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DA310 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 16 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.36 |
| HSL | 82.04º | 0.82% | 0.35% | - |
| HSV(B) | 82.04º | 0.9% | 0.64% | - |
| XYZ | 19.5 | 29.48 | 5.15 | - |
| YUV | 130.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 16 | 0.33 | 0 | 0.90 | 0.36 | 82.04 | 0.82 | 0.35 |
| Hex | 6D | A3 | 10 | 21 | 0 | 5A | 24 | 52 | 52 | 23 |
| Octal | 155 | 243 | 20 | 41 | 0 | 132 | 44 | 122 | 122 | 43 |
| Binary | 1101101 | 10100011 | 10000 | 100001 | 0 | 1011010 | 100100 | 1010010 | 1010010 | 100011 |
Color Harmonies of #6DA310
Complementary color
Monochromatic Colors of #6DA310
Black with #6DA310
Text Example
Text Example
White with #6DA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA310; }
p { color: rgb(109,163,16); }
H1.HeaderClassName
{
color: #6DA310;
}
.AnyTagClassName
{
color: #6DA310;
}
</style>
background-color css
<style>
a { background-color: #6DA310; }
a { background-color: rgb(109,163,16); }
div.DivClassName
{
background-color: #6DA310;
}
.BgClassName
{
background-color: #6DA310;
}
</style>
border-color css
<style>
span { border-color: #6DA310; }
span { border-color: rgb(109,163,16); }
td.TdClassName
{
border-color: #6DA310;
}
.TagClassName
{
border-color: #6DA310;
}
</style>