Shades of Christi #6DA60B
Tints of Christi #6DA60B
RGB
CMYK
RGB Variations
Color information
#6DA60B (or 0x6DA60B) is known color: Christi. HEX triplet: 6D, A6 and 0B. RGB value is (109,166,11). Sum of RGB (Red+Green+Blue) = 109+166+11=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA60B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA60B is #9259F4. Grayscale: #838383. Windows color (decimal): -9591285 or 763501. OLE color: 763501.
HSL color Cylindrical-coordinate representation of color #6DA60B: hue angle of 82.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DA60B is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 11 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.35 |
| HSL | 82.06º | 0.88% | 0.35% | - |
| HSV(B) | 82.06º | 0.93% | 0.65% | - |
| XYZ | 20 | 30.55 | 5.16 | - |
| YUV | 131.29 | 60.12 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 11 | 0.34 | 0 | 0.93 | 0.35 | 82.06 | 0.88 | 0.35 |
| Hex | 6D | A6 | B | 22 | 0 | 5D | 23 | 52 | 58 | 23 |
| Octal | 155 | 246 | 13 | 42 | 0 | 135 | 43 | 122 | 130 | 43 |
| Binary | 1101101 | 10100110 | 1011 | 100010 | 0 | 1011101 | 100011 | 1010010 | 1011000 | 100011 |
Color Harmonies of #6DA60B
Complementary color
Monochromatic Colors of #6DA60B
Black with #6DA60B
Text Example
Text Example
White with #6DA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA60B; }
p { color: rgb(109,166,11); }
H1.HeaderClassName
{
color: #6DA60B;
}
.AnyTagClassName
{
color: #6DA60B;
}
</style>
background-color css
<style>
a { background-color: #6DA60B; }
a { background-color: rgb(109,166,11); }
div.DivClassName
{
background-color: #6DA60B;
}
.BgClassName
{
background-color: #6DA60B;
}
</style>
border-color css
<style>
span { border-color: #6DA60B; }
span { border-color: rgb(109,166,11); }
td.TdClassName
{
border-color: #6DA60B;
}
.TagClassName
{
border-color: #6DA60B;
}
</style>