Shades of Christi #6DAB0A
Tints of Christi #6DAB0A
RGB
CMYK
RGB Variations
Color information
#6DAB0A (or 0x6DAB0A) is known color: Christi. HEX triplet: 6D, AB and 0A. RGB value is (109,171,10). Sum of RGB (Red+Green+Blue) = 109+171+10=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB0A is #9254F5. Grayscale: #868686. Windows color (decimal): -9590006 or 699245. OLE color: 699245.
HSL color Cylindrical-coordinate representation of color #6DAB0A: hue angle of 83.11º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DAB0A is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 10 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.33 |
| HSL | 83.11º | 0.89% | 0.35% | - |
| HSV(B) | 83.11º | 0.94% | 0.67% | - |
| XYZ | 20.92 | 32.4 | 5.44 | - |
| YUV | 134.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 10 | 0.36 | 0 | 0.94 | 0.33 | 83.11 | 0.89 | 0.35 |
| Hex | 6D | AB | A | 24 | 0 | 5E | 21 | 53 | 59 | 23 |
| Octal | 155 | 253 | 12 | 44 | 0 | 136 | 41 | 123 | 131 | 43 |
| Binary | 1101101 | 10101011 | 1010 | 100100 | 0 | 1011110 | 100001 | 1010011 | 1011001 | 100011 |
Color Harmonies of #6DAB0A
Complementary color
Monochromatic Colors of #6DAB0A
Black with #6DAB0A
Text Example
Text Example
White with #6DAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB0A; }
p { color: rgb(109,171,10); }
H1.HeaderClassName
{
color: #6DAB0A;
}
.AnyTagClassName
{
color: #6DAB0A;
}
</style>
background-color css
<style>
a { background-color: #6DAB0A; }
a { background-color: rgb(109,171,10); }
div.DivClassName
{
background-color: #6DAB0A;
}
.BgClassName
{
background-color: #6DAB0A;
}
</style>
border-color css
<style>
span { border-color: #6DAB0A; }
span { border-color: rgb(109,171,10); }
td.TdClassName
{
border-color: #6DAB0A;
}
.TagClassName
{
border-color: #6DAB0A;
}
</style>