Shades of Christi #6DAB0D
Tints of Christi #6DAB0D
RGB
CMYK
RGB Variations
Color information
#6DAB0D (or 0x6DAB0D) is known color: Christi. HEX triplet: 6D, AB and 0D. RGB value is (109,171,13). Sum of RGB (Red+Green+Blue) = 109+171+13=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB0D is #9254F2. Grayscale: #878787. Windows color (decimal): -9590003 or 895853. OLE color: 895853.
HSL color Cylindrical-coordinate representation of color #6DAB0D: hue angle of 83.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DAB0D is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 13 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.33 |
| HSL | 83.54º | 0.86% | 0.36% | - |
| HSV(B) | 83.54º | 0.92% | 0.67% | - |
| XYZ | 20.94 | 32.41 | 5.53 | - |
| YUV | 134.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 13 | 0.36 | 0 | 0.92 | 0.33 | 83.54 | 0.86 | 0.36 |
| Hex | 6D | AB | D | 24 | 0 | 5C | 21 | 54 | 56 | 24 |
| Octal | 155 | 253 | 15 | 44 | 0 | 134 | 41 | 124 | 126 | 44 |
| Binary | 1101101 | 10101011 | 1101 | 100100 | 0 | 1011100 | 100001 | 1010100 | 1010110 | 100100 |
Color Harmonies of #6DAB0D
Complementary color
Monochromatic Colors of #6DAB0D
Black with #6DAB0D
Text Example
Text Example
White with #6DAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB0D; }
p { color: rgb(109,171,13); }
H1.HeaderClassName
{
color: #6DAB0D;
}
.AnyTagClassName
{
color: #6DAB0D;
}
</style>
background-color css
<style>
a { background-color: #6DAB0D; }
a { background-color: rgb(109,171,13); }
div.DivClassName
{
background-color: #6DAB0D;
}
.BgClassName
{
background-color: #6DAB0D;
}
</style>
border-color css
<style>
span { border-color: #6DAB0D; }
span { border-color: rgb(109,171,13); }
td.TdClassName
{
border-color: #6DAB0D;
}
.TagClassName
{
border-color: #6DAB0D;
}
</style>